#A44123

Color #A44123 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A44123

Tints of Rock Spray #A44123

Color information

#A44123 (or 0xA44123) is unknown color: approx Rock Spray. HEX triplet: A4, 41 and 23. RGB value is (164,65,35). Sum of RGB (Red+Green+Blue) = 164+65+35=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A44123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44123 is #5BBEDC. Grayscale: #5B5B5B. Windows color (decimal): -6012637 or 2310564. OLE color: 2310564.

HSL color Cylindrical-coordinate representation of color #A44123: hue angle of 13.95º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A44123 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1646535-
CMYK00.600.790.36
HSL13.95º64.82%39.02%-
HSV(B)13.95º78.66%64.31%-
XYZ17.511.792.94-
YUV91.1896.3179.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 62.12%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 35 (14.06% from 255) = 13.26%
R=62.12%
G=24.62%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164653500.600.790.3613.9564.8239.02
HexA4412303C4F24e4127
Octal24410143074117441610147
Binary1010010010000011000110111100100111110010011101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44123; }

 p { color: rgb(164,65,35); }

 H1.HeaderClassName
 {
   color: #A44123;
 }
 .AnyTagClassName
 {
   color: #A44123;
 }
</style>
background-color css

<style>
 a { background-color: #A44123; }

 a { background-color: rgb(164,65,35); }

 div.DivClassName
 {
   background-color: #A44123;
 }
 .BgClassName
 {
   background-color: #A44123;
 }
</style>
border-color css

<style>
 span { border-color: #A44123; }

 span { border-color: rgb(164,65,35); }

 td.TdClassName
 {
   border-color: #A44123;
 }
 .TagClassName
 {
   border-color: #A44123;
 }
</style>