Html Css Color HEX #AB4128 Rock Spray

📋 copy color: '#AB4128'

red 171 ◦ green 65 ◦ blue 40

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

Shades of Rock Spray #AB4128

Tints of Rock Spray #AB4128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 61.96%
G = 23.55%
B = 14.49%

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

#AB4128 (or 0xAB4128) is known color: Rock Spray. HEX triplet: AB, 41 and 28. RGB value is (171,65,40). Sum of RGB (Red+Green+Blue) = 171+65+40=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4128 is #54BED7. Grayscale: #5E5E5E. Windows color (decimal): -5553880 or 2638251. OLE color: 2638251.

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

Color convert

RGB 171 65 40 -
CMYK 0 0.62 0.77 0.33
HSL 11.45º 0.62% 0.41% -
HSV(B) 11.45º 0.77% 0.67% -
XYZ 19.07 12.59 3.43 -
YUV 93.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 171 65 40 0 0.62 0.77 0.33 11.45 0.62 0.41
Hex AB 41 28 0 3E 4D 21 B 3E 29
Octal 253 101 50 0 76 115 41 13 76 51
Binary 10101011 1000001 101000 0 111110 1001101 100001 1011 111110 101001

Color Harmonies of #AB4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4128

Black with #AB4128

Text Example


Text Example

White with #AB4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4128; }

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

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

background-color css

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

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

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

border-color css

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

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

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