#af5c28

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

Shades of Fiery Orange #AF5C28

Tints of Fiery Orange #AF5C28

Color information

#AF5C28 (or 0xAF5C28) is unknown color: approx Fiery Orange. HEX triplet: AF, 5C and 28. RGB value is (175,92,40). Sum of RGB (Red+Green+Blue) = 175+92+40=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C28 is #50A3D7. Grayscale: #6F6F6F. Windows color (decimal): -5284824 or 2645167. OLE color: 2645167.

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

Color convert

RGB1759240-
CMYK00.470.770.31
HSL23.11º62.79%42.16%-
HSV(B)23.11º77.14%68.63%-
XYZ21.8916.924.12-
YUV110.8988173.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=57.00%
G=29.97%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175924000.470.770.3123.1162.7942.16
HexAF5C2802F4D1F173f2a
Octal2571345005711537277752
Binary101011111011100101000010111110011011111110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5c28; }

 p { color: rgb(175,92,40); }

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

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

 a { background-color: rgb(175,92,40); }

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

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

 span { border-color: rgb(175,92,40); }

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