Html Css Color HEX #AB4027 Rock Spray

📋 copy color: '#AB4027'

red 171 ◦ green 64 ◦ blue 39

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

Shades of Rock Spray #AB4027

Tints of Rock Spray #AB4027

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 62.41%
G = 23.36%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB4027 (or 0xAB4027) is known color: Rock Spray. HEX triplet: AB, 40 and 27. RGB value is (171,64,39). Sum of RGB (Red+Green+Blue) = 171+64+39=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4027 is #54BFD8. Grayscale: #5D5D5D. Windows color (decimal): -5554137 or 2572459. OLE color: 2572459.

HSL color Cylindrical-coordinate representation of color #AB4027: hue angle of 11.36º 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 #AB4027 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 39 -
CMYK 0 0.63 0.77 0.33
HSL 11.36º 0.63% 0.41% -
HSV(B) 11.36º 0.77% 0.67% -
XYZ 18.99 12.47 3.33 -
YUV 93.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 171 64 39 0 0.63 0.77 0.33 11.36 0.63 0.41
Hex AB 40 27 0 3F 4D 21 B 3F 29
Octal 253 100 47 0 77 115 41 13 77 51
Binary 10101011 1000000 100111 0 111111 1001101 100001 1011 111111 101001

Color Harmonies of #AB4027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4027

Black with #AB4027

Text Example


Text Example

White with #AB4027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4027; }

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

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

background-color css

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

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

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

border-color css

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

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

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