Html Css Color HEX #A64229 Rock Spray

📋 copy color: '#A64229'

red 166 ◦ green 66 ◦ blue 41

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

Shades of Rock Spray #A64229

Tints of Rock Spray #A64229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 60.81%
G = 24.18%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A64229 (or 0xA64229) is known color: Rock Spray. HEX triplet: A6, 42 and 29. RGB value is (166,66,41). Sum of RGB (Red+Green+Blue) = 166+66+41=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A64229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64229 is #59BDD6. Grayscale: #5D5D5D. Windows color (decimal): -5881303 or 2704038. OLE color: 2704038.

HSL color Cylindrical-coordinate representation of color #A64229: hue angle of 12º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A64229 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 41 -
CMYK 0 0.60 0.75 0.35
HSL 12º 0.6% 0.41% -
HSV(B) 12º 0.75% 0.65% -
XYZ 18.07 12.16 3.49 -
YUV 93.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 166 66 41 0 0.60 0.75 0.35 12 0.6 0.41
Hex A6 42 29 0 3C 4B 23 C 3C 29
Octal 246 102 51 0 74 113 43 14 74 51
Binary 10100110 1000010 101001 0 111100 1001011 100011 1100 111100 101001

Color Harmonies of #A64229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64229

Black with #A64229

Text Example


Text Example

White with #A64229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64229; }

 p { color: rgb(166,66,41); }

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

background-color css

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

 a { background-color: rgb(166,66,41); }

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

border-color css

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

 span { border-color: rgb(166,66,41); }

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