#AF5730

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

Shades of Fiery Orange #AF5730

Tints of Fiery Orange #AF5730

Color information

#AF5730 (or 0xAF5730) is unknown color: approx Fiery Orange. HEX triplet: AF, 57 and 30. RGB value is (175,87,48). Sum of RGB (Red+Green+Blue) = 175+87+48=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5730 is #50A8CF. Grayscale: #6D6D6D. Windows color (decimal): -5286096 or 3168175. OLE color: 3168175.

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

Color convert

RGB1758748-
CMYK00.500.730.31
HSL18.43º56.95%43.73%-
HSV(B)18.43º72.57%68.63%-
XYZ21.6216.144.77-
YUV108.8793.65175.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=56.45%
G=28.06%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175874800.500.730.3118.4356.9543.73
HexAF5730032491F12392c
Octal2571276006211137227154
Binary101011111010111110000011001010010011111110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5730; }

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

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

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

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

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

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

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

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