#AB5F33

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

Shades of Fiery Orange #AB5F33

Tints of Fiery Orange #AB5F33

Color information

#AB5F33 (or 0xAB5F33) is unknown color: approx Fiery Orange. HEX triplet: AB, 5F and 33. RGB value is (171,95,51). Sum of RGB (Red+Green+Blue) = 171+95+51=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5F33 is #54A0CC. Grayscale: #707070. Windows color (decimal): -5546189 or 3366827. OLE color: 3366827.

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

Color convert

RGB1719551-
CMYK00.440.700.33
HSL22º54.05%43.53%-
HSV(B)22º70.18%67.06%-
XYZ21.4817.085.3-
YUV112.7193.18169.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=53.94%
G=29.97%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171955100.440.700.332254.0543.53
HexAB5F3302C462116362c
Octal2531376305410641266654
Binary1010101110111111100110101100100011010000110110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F33; }

 p { color: rgb(171,95,51); }

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

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

 a { background-color: rgb(171,95,51); }

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

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

 span { border-color: rgb(171,95,51); }

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