#AF5E2E

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

Shades of Fiery Orange #AF5E2E

Tints of Fiery Orange #AF5E2E

Color information

#AF5E2E (or 0xAF5E2E) is unknown color: approx Fiery Orange. HEX triplet: AF, 5E and 2E. RGB value is (175,94,46). Sum of RGB (Red+Green+Blue) = 175+94+46=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E2E is #50A1D1. Grayscale: #717171. Windows color (decimal): -5284306 or 3038895. OLE color: 3038895.

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

Color convert

RGB1759446-
CMYK00.460.740.31
HSL22.33º58.37%43.33%-
HSV(B)22.33º73.71%68.63%-
XYZ22.1817.324.76-
YUV112.7590.34172.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 55.56%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=55.56%
G=29.84%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175944600.460.740.3122.3358.3743.33
HexAF5E2E02E4A1F163a2b
Octal2571365605611237267253
Binary101011111011110101110010111010010101111110110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E2E; }

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

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

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

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

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

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

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

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