#AF5E35

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

Shades of Fiery Orange #AF5E35

Tints of Fiery Orange #AF5E35

Color information

#AF5E35 (or 0xAF5E35) is unknown color: approx Fiery Orange. HEX triplet: AF, 5E and 35. RGB value is (175,94,53). Sum of RGB (Red+Green+Blue) = 175+94+53=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E35 is #50A1CA. Grayscale: #717171. Windows color (decimal): -5284299 or 3497647. OLE color: 3497647.

HSL color Cylindrical-coordinate representation of color #AF5E35: hue angle of 20.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF5E35 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1759453-
CMYK00.460.700.31
HSL20.16º53.51%44.71%-
HSV(B)20.16º69.71%68.63%-
XYZ22.3217.385.55-
YUV113.5493.84171.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.35%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=54.35%
G=29.19%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175945300.460.700.3120.1653.5144.71
HexAF5E3502E461F14362d
Octal2571366505610637246655
Binary101011111011110110101010111010001101111110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5E35; }

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

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

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

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

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

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

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

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