Html Css Color HEX #AB4026 Rock Spray

📋 copy color: '#AB4026'

red 171 ◦ green 64 ◦ blue 38

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

Shades of Rock Spray #AB4026

Tints of Rock Spray #AB4026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 62.64%
G = 23.44%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB4026 (or 0xAB4026) is known color: Rock Spray. HEX triplet: AB, 40 and 26. RGB value is (171,64,38). Sum of RGB (Red+Green+Blue) = 171+64+38=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4026 is #54BFD9. Grayscale: #5D5D5D. Windows color (decimal): -5554138 or 2506923. OLE color: 2506923.

HSL color Cylindrical-coordinate representation of color #AB4026: hue angle of 11.73º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB4026 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 64 38 -
CMYK 0 0.63 0.78 0.33
HSL 11.73º 0.64% 0.41% -
HSV(B) 11.73º 0.78% 0.67% -
XYZ 18.98 12.46 3.24 -
YUV 93.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 171 64 38 0 0.63 0.78 0.33 11.73 0.64 0.41
Hex AB 40 26 0 3F 4E 21 C 40 29
Octal 253 100 46 0 77 116 41 14 100 51
Binary 10101011 1000000 100110 0 111111 1001110 100001 1100 1000000 101001

Color Harmonies of #AB4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4026

Black with #AB4026

Text Example


Text Example

White with #AB4026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4026; }

 p { color: rgb(171,64,38); }

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

background-color css

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

 a { background-color: rgb(171,64,38); }

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

border-color css

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

 span { border-color: rgb(171,64,38); }

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