Html Css Color HEX #A64320 Rock Spray

📋 copy color: '#A64320'

red 166 ◦ green 67 ◦ blue 32

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

Shades of Rock Spray #A64320

Tints of Rock Spray #A64320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 62.64%
G = 25.28%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A64320 (or 0xA64320) is known color: Rock Spray. HEX triplet: A6, 43 and 20. RGB value is (166,67,32). Sum of RGB (Red+Green+Blue) = 166+67+32=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A64320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64320 is #59BCDF. Grayscale: #5C5C5C. Windows color (decimal): -5881056 or 2114470. OLE color: 2114470.

HSL color Cylindrical-coordinate representation of color #A64320: hue angle of 15.67º 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 #A64320 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 32 -
CMYK 0 0.60 0.81 0.35
HSL 15.67º 0.68% 0.39% -
HSV(B) 15.67º 0.81% 0.65% -
XYZ 17.99 12.23 2.78 -
YUV 92.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 166 67 32 0 0.60 0.81 0.35 15.67 0.68 0.39
Hex A6 43 20 0 3C 51 23 10 44 27
Octal 246 103 40 0 74 121 43 20 104 47
Binary 10100110 1000011 100000 0 111100 1010001 100011 10000 1000100 100111

Color Harmonies of #A64320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64320

Black with #A64320

Text Example


Text Example

White with #A64320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64320; }

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

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

background-color css

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

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

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

border-color css

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

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

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