Html Css Color HEX #AF5E20 Fiery Orange

📋 copy color: '#AF5E20'

red 175 ◦ green 94 ◦ blue 32

#AF5E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #AF5E20

Tints of Fiery Orange #AF5E20

RGB

 RED value IS 175 (68.75% from 255) = 58.14%

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 58.14%
G = 31.23%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF5E20 (or 0xAF5E20) is known color: Fiery Orange. HEX triplet: AF, 5E and 20. RGB value is (175,94,32). Sum of RGB (Red+Green+Blue) = 175+94+32=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E20 is #50A1DF. Grayscale: #6F6F6F. Windows color (decimal): -5284320 or 2121391. OLE color: 2121391.

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

Color convert

RGB 175 94 32 -
CMYK 0 0.46 0.82 0.31
HSL 26.01º 0.69% 0.41% -
HSV(B) 26.01º 0.82% 0.69% -
XYZ 21.94 17.22 3.53 -
YUV 111.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 175 94 32 0 0.46 0.82 0.31 26.01 0.69 0.41
Hex AF 5E 20 0 2E 52 1F 1A 45 29
Octal 257 136 40 0 56 122 37 32 105 51
Binary 10101111 1011110 100000 0 101110 1010010 11111 11010 1000101 101001

Color Harmonies of #AF5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E20

Black with #AF5E20

Text Example


Text Example

White with #AF5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E20; }

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

 H1.HeaderClassName
 {
   color: #AF5E20;
 }
 .AnyTagClassName
 {
   color: #AF5E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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