Html Css Color HEX #A64221 Rock Spray

📋 copy color: '#A64221'

red 166 ◦ green 66 ◦ blue 33

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

Shades of Rock Spray #A64221

Tints of Rock Spray #A64221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.45%

R = 62.64%
G = 24.91%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A64221 (or 0xA64221) is known color: Rock Spray. HEX triplet: A6, 42 and 21. RGB value is (166,66,33). Sum of RGB (Red+Green+Blue) = 166+66+33=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A64221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64221 is #59BDDE. Grayscale: #5C5C5C. Windows color (decimal): -5881311 or 2179750. OLE color: 2179750.

HSL color Cylindrical-coordinate representation of color #A64221: hue angle of 14.89º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A64221 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 66 33 -
CMYK 0 0.60 0.80 0.35
HSL 14.89º 0.67% 0.39% -
HSV(B) 14.89º 0.8% 0.65% -
XYZ 17.95 12.11 2.83 -
YUV 92.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 166 66 33 0 0.60 0.80 0.35 14.89 0.67 0.39
Hex A6 42 21 0 3C 50 23 F 43 27
Octal 246 102 41 0 74 120 43 17 103 47
Binary 10100110 1000010 100001 0 111100 1010000 100011 1111 1000011 100111

Color Harmonies of #A64221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64221

Black with #A64221

Text Example


Text Example

White with #A64221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64221; }

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

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

background-color css

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

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

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

border-color css

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

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

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