Html Css Color HEX #AB3F27 Rock Spray

📋 copy color: '#AB3F27'

red 171 ◦ green 63 ◦ blue 39

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

Shades of Rock Spray #AB3F27

Tints of Rock Spray #AB3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

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

R = 62.64%
G = 23.08%
B = 14.29%

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

#AB3F27 (or 0xAB3F27) is known color: Rock Spray. HEX triplet: AB, 3F and 27. RGB value is (171,63,39). Sum of RGB (Red+Green+Blue) = 171+63+39=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F27 is #54C0D8. Grayscale: #5C5C5C. Windows color (decimal): -5554393 or 2572203. OLE color: 2572203.

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

Color convert

RGB 171 63 39 -
CMYK 0 0.63 0.77 0.33
HSL 10.91º 0.63% 0.41% -
HSV(B) 10.91º 0.77% 0.67% -
XYZ 18.94 12.36 3.31 -
YUV 92.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 171 63 39 0 0.63 0.77 0.33 10.91 0.63 0.41
Hex AB 3F 27 0 3F 4D 21 B 3F 29
Octal 253 77 47 0 77 115 41 13 77 51
Binary 10101011 111111 100111 0 111111 1001101 100001 1011 111111 101001

Color Harmonies of #AB3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F27

Black with #AB3F27

Text Example


Text Example

White with #AB3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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