Html Css Color HEX #AB4429 Rock Spray

📋 copy color: '#AB4429'

red 171 ◦ green 68 ◦ blue 41

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

Shades of Rock Spray #AB4429

Tints of Rock Spray #AB4429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 61.07%
G = 24.29%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB4429 (or 0xAB4429) is known color: Rock Spray. HEX triplet: AB, 44 and 29. RGB value is (171,68,41). Sum of RGB (Red+Green+Blue) = 171+68+41=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4429 is #54BBD6. Grayscale: #5F5F5F. Windows color (decimal): -5553111 or 2704555. OLE color: 2704555.

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

Color convert

RGB 171 68 41 -
CMYK 0 0.60 0.76 0.33
HSL 12.46º 0.61% 0.42% -
HSV(B) 12.46º 0.76% 0.67% -
XYZ 19.26 12.95 3.58 -
YUV 95.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 171 68 41 0 0.60 0.76 0.33 12.46 0.61 0.42
Hex AB 44 29 0 3C 4C 21 C 3D 2A
Octal 253 104 51 0 74 114 41 14 75 52
Binary 10101011 1000100 101001 0 111100 1001100 100001 1100 111101 101010

Color Harmonies of #AB4429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4429

Black with #AB4429

Text Example


Text Example

White with #AB4429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4429; }

 p { color: rgb(171,68,41); }

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

background-color css

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

 a { background-color: rgb(171,68,41); }

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

border-color css

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

 span { border-color: rgb(171,68,41); }

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