#AF5630

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

Shades of Fiery Orange #AF5630

Tints of Fiery Orange #AF5630

Color information

#AF5630 (or 0xAF5630) is unknown color: approx Fiery Orange. HEX triplet: AF, 56 and 30. RGB value is (175,86,48). Sum of RGB (Red+Green+Blue) = 175+86+48=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5630 is #50A9CF. Grayscale: #6C6C6C. Windows color (decimal): -5286352 or 3167919. OLE color: 3167919.

HSL color Cylindrical-coordinate representation of color #AF5630: hue angle of 17.95º degrees, saturation: 0.57, 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 #AF5630 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1758648-
CMYK00.510.730.31
HSL17.95º56.95%43.73%-
HSV(B)17.95º72.57%68.63%-
XYZ21.5415.984.75-
YUV108.2893.99175.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=56.63%
G=27.83%
B=15.53%

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
Decimal175864800.510.730.3117.9556.9543.73
HexAF5630033491F12392c
Octal2571266006311137227154
Binary101011111010110110000011001110010011111110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5630; }

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

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

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

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

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

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

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

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