Html Css Color HEX #A64420 Rock Spray

📋 copy color: '#A64420'

red 166 ◦ green 68 ◦ blue 32

#A64420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #A64420

Tints of Rock Spray #A64420

RGB

 RED value IS 166 (65.23% from 255) = 62.41%

 GREEN value IS 68 (26.95% from 255) = 25.56%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 62.41%
G = 25.56%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A64420 (or 0xA64420) is known color: Rock Spray. HEX triplet: A6, 44 and 20. RGB value is (166,68,32). Sum of RGB (Red+Green+Blue) = 166+68+32=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A64420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64420 is #59BBDF. Grayscale: #5D5D5D. Windows color (decimal): -5880800 or 2114726. OLE color: 2114726.

HSL color Cylindrical-coordinate representation of color #A64420: hue angle of 16.12º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A64420 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 32 -
CMYK 0 0.59 0.81 0.35
HSL 16.12º 0.68% 0.39% -
HSV(B) 16.12º 0.81% 0.65% -
XYZ 18.05 12.35 2.8 -
YUV 93.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 166 68 32 0 0.59 0.81 0.35 16.12 0.68 0.39
Hex A6 44 20 0 3B 51 23 10 44 27
Octal 246 104 40 0 73 121 43 20 104 47
Binary 10100110 1000100 100000 0 111011 1010001 100011 10000 1000100 100111

Color Harmonies of #A64420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64420

Black with #A64420

Text Example


Text Example

White with #A64420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64420; }

 p { color: rgb(166,68,32); }

 H1.HeaderClassName
 {
   color: #A64420;
 }
 .AnyTagClassName
 {
   color: #A64420;
 }
</style>

background-color css

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

 a { background-color: rgb(166,68,32); }

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

border-color css

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

 span { border-color: rgb(166,68,32); }

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