#af5e27

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

Shades of Fiery Orange #AF5E27

Tints of Fiery Orange #AF5E27

Color information

#AF5E27 (or 0xAF5E27) is unknown color: approx Fiery Orange. HEX triplet: AF, 5E and 27. RGB value is (175,94,39). Sum of RGB (Red+Green+Blue) = 175+94+39=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E27 is #50A1D8. Grayscale: #707070. Windows color (decimal): -5284313 or 2580143. OLE color: 2580143.

HSL color Cylindrical-coordinate representation of color #AF5E27: hue angle of 24.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF5E27 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1759439-
CMYK00.460.780.31
HSL24.26º63.55%41.96%-
HSV(B)24.26º77.71%68.63%-
XYZ22.0517.274.09-
YUV111.9586.84172.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=56.82%
G=30.52%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175943900.460.780.3124.2663.5541.96
HexAF5E2702E4E1F18402a
Octal25713647056116373010052
Binary1010111110111101001110101110100111011111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5e27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5e27; }

 p { color: rgb(175,94,39); }

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

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

 a { background-color: rgb(175,94,39); }

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

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

 span { border-color: rgb(175,94,39); }

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