#af562f

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

Shades of Fiery Orange #AF562F

Tints of Fiery Orange #AF562F

Color information

#AF562F (or 0xAF562F) is unknown color: approx Fiery Orange. HEX triplet: AF, 56 and 2F. RGB value is (175,86,47). Sum of RGB (Red+Green+Blue) = 175+86+47=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF562F is #50A9D0. Grayscale: #6C6C6C. Windows color (decimal): -5286353 or 3102383. OLE color: 3102383.

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

Color convert

RGB1758647-
CMYK00.510.730.31
HSL18.28º57.66%43.53%-
HSV(B)18.28º73.14%68.63%-
XYZ21.5215.974.64-
YUV108.1693.49175.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=56.82%
G=27.92%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175864700.510.730.3118.2857.6643.53
HexAF562F033491F123a2c
Octal2571265706311137227254
Binary101011111010110101111011001110010011111110010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af562f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af562f; }

 p { color: rgb(175,86,47); }

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

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

 a { background-color: rgb(175,86,47); }

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

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

 span { border-color: rgb(175,86,47); }

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