Html Css Color HEX #AF5820 Fiery Orange

📋 copy color: '#AF5820'

red 175 ◦ green 88 ◦ blue 32

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

Shades of Fiery Orange #AF5820

Tints of Fiery Orange #AF5820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 59.32%
G = 29.83%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF5820 (or 0xAF5820) is known color: Fiery Orange. HEX triplet: AF, 58 and 20. RGB value is (175,88,32). Sum of RGB (Red+Green+Blue) = 175+88+32=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5820 is #50A7DF. Grayscale: #6B6B6B. Windows color (decimal): -5285856 or 2119855. OLE color: 2119855.

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

Color convert

RGB 175 88 32 -
CMYK 0 0.50 0.82 0.31
HSL 23.5º 0.69% 0.41% -
HSV(B) 23.5º 0.82% 0.69% -
XYZ 21.43 16.2 3.36 -
YUV 107.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 175 88 32 0 0.50 0.82 0.31 23.5 0.69 0.41
Hex AF 58 20 0 32 52 1F 17 45 29
Octal 257 130 40 0 62 122 37 27 105 51
Binary 10101111 1011000 100000 0 110010 1010010 11111 10111 1000101 101001

Color Harmonies of #AF5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5820

Black with #AF5820

Text Example


Text Example

White with #AF5820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5820; }

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

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

background-color css

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

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

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

border-color css

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

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

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