#AF5B2A

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

Shades of Fiery Orange #AF5B2A

Tints of Fiery Orange #AF5B2A

Color information

#AF5B2A (or 0xAF5B2A) is unknown color: approx Fiery Orange. HEX triplet: AF, 5B and 2A. RGB value is (175,91,42). Sum of RGB (Red+Green+Blue) = 175+91+42=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B2A is #50A4D5. Grayscale: #6E6E6E. Windows color (decimal): -5285078 or 2775983. OLE color: 2775983.

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

Color convert

RGB1759142-
CMYK00.480.760.31
HSL22.11º61.29%42.55%-
HSV(B)22.11º76%68.63%-
XYZ21.8416.764.28-
YUV110.5389.33173.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=56.82%
G=29.55%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175914200.480.760.3122.1161.2942.55
HexAF5B2A0304C1F163d2b
Octal2571335206011437267553
Binary101011111011011101010011000010011001111110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5B2A; }

 p { color: rgb(175,91,42); }

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

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

 a { background-color: rgb(175,91,42); }

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

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

 span { border-color: rgb(175,91,42); }

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