Html Css Color HEX #AB442A Rock Spray

📋 copy color: '#AB442A'

red 171 ◦ green 68 ◦ blue 42

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

Shades of Rock Spray #AB442A

Tints of Rock Spray #AB442A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 60.85%
G = 24.2%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB442A (or 0xAB442A) is known color: Rock Spray. HEX triplet: AB, 44 and 2A. RGB value is (171,68,42). Sum of RGB (Red+Green+Blue) = 171+68+42=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB442A is #54BBD5. Grayscale: #606060. Windows color (decimal): -5553110 or 2770091. OLE color: 2770091.

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

Color convert

RGB 171 68 42 -
CMYK 0 0.60 0.75 0.33
HSL 12.09º 0.61% 0.42% -
HSV(B) 12.09º 0.75% 0.67% -
XYZ 19.28 12.96 3.68 -
YUV 95.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 171 68 42 0 0.60 0.75 0.33 12.09 0.61 0.42
Hex AB 44 2A 0 3C 4B 21 C 3D 2A
Octal 253 104 52 0 74 113 41 14 75 52
Binary 10101011 1000100 101010 0 111100 1001011 100001 1100 111101 101010

Color Harmonies of #AB442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB442A

Black with #AB442A

Text Example


Text Example

White with #AB442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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