Html Css Color HEX #AB4227 Rock Spray

📋 copy color: '#AB4227'

red 171 ◦ green 66 ◦ blue 39

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

Shades of Rock Spray #AB4227

Tints of Rock Spray #AB4227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.13%

R = 61.96%
G = 23.91%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB4227 (or 0xAB4227) is known color: Rock Spray. HEX triplet: AB, 42 and 27. RGB value is (171,66,39). Sum of RGB (Red+Green+Blue) = 171+66+39=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4227 is #54BDD8. Grayscale: #5E5E5E. Windows color (decimal): -5553625 or 2572971. OLE color: 2572971.

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

Color convert

RGB 171 66 39 -
CMYK 0 0.61 0.77 0.33
HSL 12.27º 0.63% 0.41% -
HSV(B) 12.27º 0.77% 0.67% -
XYZ 19.11 12.7 3.36 -
YUV 94.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 171 66 39 0 0.61 0.77 0.33 12.27 0.63 0.41
Hex AB 42 27 0 3D 4D 21 C 3F 29
Octal 253 102 47 0 75 115 41 14 77 51
Binary 10101011 1000010 100111 0 111101 1001101 100001 1100 111111 101001

Color Harmonies of #AB4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4227

Black with #AB4227

Text Example


Text Example

White with #AB4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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