Html Css Color HEX #AB4220 Rock Spray

📋 copy color: '#AB4220'

red 171 ◦ green 66 ◦ blue 32

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

Shades of Rock Spray #AB4220

Tints of Rock Spray #AB4220

RGB

 RED value IS 171 (67.19% from 255) = 63.57%

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

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

R = 63.57%
G = 24.54%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB4220 (or 0xAB4220) is known color: Rock Spray. HEX triplet: AB, 42 and 20. RGB value is (171,66,32). Sum of RGB (Red+Green+Blue) = 171+66+32=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4220 is #54BDDF. Grayscale: #5D5D5D. Windows color (decimal): -5553632 or 2114219. OLE color: 2114219.

HSL color Cylindrical-coordinate representation of color #AB4220: hue angle of 14.68º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB4220 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 32 -
CMYK 0 0.61 0.81 0.33
HSL 14.68º 0.68% 0.4% -
HSV(B) 14.68º 0.81% 0.67% -
XYZ 19 12.66 2.81 -
YUV 93.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 171 66 32 0 0.61 0.81 0.33 14.68 0.68 0.4
Hex AB 42 20 0 3D 51 21 F 44 28
Octal 253 102 40 0 75 121 41 17 104 50
Binary 10101011 1000010 100000 0 111101 1010001 100001 1111 1000100 101000

Color Harmonies of #AB4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4220

Black with #AB4220

Text Example


Text Example

White with #AB4220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4220; }

 p { color: rgb(171,66,32); }

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

background-color css

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

 a { background-color: rgb(171,66,32); }

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

border-color css

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

 span { border-color: rgb(171,66,32); }

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