Html Css Color HEX #AF5D20 Fiery Orange

📋 copy color: '#AF5D20'

red 175 ◦ green 93 ◦ blue 32

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

Shades of Fiery Orange #AF5D20

Tints of Fiery Orange #AF5D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 58.33%
G = 31%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF5D20 (or 0xAF5D20) is known color: Fiery Orange. HEX triplet: AF, 5D and 20. RGB value is (175,93,32). Sum of RGB (Red+Green+Blue) = 175+93+32=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D20 is #50A2DF. Grayscale: #6E6E6E. Windows color (decimal): -5284576 or 2121135. OLE color: 2121135.

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

Color convert

RGB 175 93 32 -
CMYK 0 0.47 0.82 0.31
HSL 25.59º 0.69% 0.41% -
HSV(B) 25.59º 0.82% 0.69% -
XYZ 21.85 17.05 3.51 -
YUV 110.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 175 93 32 0 0.47 0.82 0.31 25.59 0.69 0.41
Hex AF 5D 20 0 2F 52 1F 1A 45 29
Octal 257 135 40 0 57 122 37 32 105 51
Binary 10101111 1011101 100000 0 101111 1010010 11111 11010 1000101 101001

Color Harmonies of #AF5D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D20

Black with #AF5D20

Text Example


Text Example

White with #AF5D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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