Html Css Color HEX #AB4127 Rock Spray

📋 copy color: '#AB4127'

red 171 ◦ green 65 ◦ blue 39

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

Shades of Rock Spray #AB4127

Tints of Rock Spray #AB4127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 62.18%
G = 23.64%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB4127 (or 0xAB4127) is known color: Rock Spray. HEX triplet: AB, 41 and 27. RGB value is (171,65,39). Sum of RGB (Red+Green+Blue) = 171+65+39=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4127 is #54BED8. Grayscale: #5D5D5D. Windows color (decimal): -5553881 or 2572715. OLE color: 2572715.

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

Color convert

RGB 171 65 39 -
CMYK 0 0.62 0.77 0.33
HSL 11.82º 0.63% 0.41% -
HSV(B) 11.82º 0.77% 0.67% -
XYZ 19.05 12.59 3.34 -
YUV 93.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 171 65 39 0 0.62 0.77 0.33 11.82 0.63 0.41
Hex AB 41 27 0 3E 4D 21 C 3F 29
Octal 253 101 47 0 76 115 41 14 77 51
Binary 10101011 1000001 100111 0 111110 1001101 100001 1100 111111 101001

Color Harmonies of #AB4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4127

Black with #AB4127

Text Example


Text Example

White with #AB4127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4127; }

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

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

background-color css

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

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

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

border-color css

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

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

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