Html Css Color HEX #AB3A1E Rock Spray

📋 copy color: '#AB3A1E'

red 171 ◦ green 58 ◦ blue 30

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

Shades of Rock Spray #AB3A1E

Tints of Rock Spray #AB3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.39%

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 66.02%
G = 22.39%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB3A1E (or 0xAB3A1E) is known color: Rock Spray. HEX triplet: AB, 3A and 1E. RGB value is (171,58,30). Sum of RGB (Red+Green+Blue) = 171+58+30=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A1E is #54C5E1. Grayscale: #585858. Windows color (decimal): -5555682 or 1981099. OLE color: 1981099.

HSL color Cylindrical-coordinate representation of color #AB3A1E: hue angle of 11.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB3A1E is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 30 -
CMYK 0 0.66 0.82 0.33
HSL 11.91º 0.7% 0.39% -
HSV(B) 11.91º 0.82% 0.67% -
XYZ 18.54 11.78 2.52 -
YUV 88.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 171 58 30 0 0.66 0.82 0.33 11.91 0.7 0.39
Hex AB 3A 1E 0 42 52 21 C 46 27
Octal 253 72 36 0 102 122 41 14 106 47
Binary 10101011 111010 11110 0 1000010 1010010 100001 1100 1000110 100111

Color Harmonies of #AB3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A1E

Black with #AB3A1E

Text Example


Text Example

White with #AB3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A1E; }

 p { color: rgb(171,58,30); }

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

background-color css

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

 a { background-color: rgb(171,58,30); }

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

border-color css

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

 span { border-color: rgb(171,58,30); }

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