#AB5D29

Color #AB5D29 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #AB5D29

Tints of Fiery Orange #AB5D29

Color information

#AB5D29 (or 0xAB5D29) is unknown color: approx Fiery Orange. HEX triplet: AB, 5D and 29. RGB value is (171,93,41). Sum of RGB (Red+Green+Blue) = 171+93+41=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D29 is #54A2D6. Grayscale: #6E6E6E. Windows color (decimal): -5546711 or 2710955. OLE color: 2710955.

HSL color Cylindrical-coordinate representation of color #AB5D29: hue angle of 24º 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 #AB5D29 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1719341-
CMYK00.460.760.33
HSL24º61.32%41.57%-
HSV(B)24º76.02%67.06%-
XYZ21.1116.654.2-
YUV110.3988.84171.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=56.07%
G=30.49%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171934100.460.760.332461.3241.57
HexAB5D2902E4C21183d2a
Octal2531355105611441307552
Binary1010101110111011010010101110100110010000111000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D29; }

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

 H1.HeaderClassName
 {
   color: #AB5D29;
 }
 .AnyTagClassName
 {
   color: #AB5D29;
 }
</style>
background-color css

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

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

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

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

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

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