Html Css Color HEX #AF591F Fiery Orange

📋 copy color: '#AF591F'

red 175 ◦ green 89 ◦ blue 31

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

Shades of Fiery Orange #AF591F

Tints of Fiery Orange #AF591F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 59.32%
G = 30.17%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF591F (or 0xAF591F) is known color: Fiery Orange. HEX triplet: AF, 59 and 1F. RGB value is (175,89,31). Sum of RGB (Red+Green+Blue) = 175+89+31=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF591F is #50A6E0. Grayscale: #6C6C6C. Windows color (decimal): -5285601 or 2054575. OLE color: 2054575.

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

Color convert

RGB 175 89 31 -
CMYK 0 0.49 0.82 0.31
HSL 24.17º 0.7% 0.4% -
HSV(B) 24.17º 0.82% 0.69% -
XYZ 21.5 16.36 3.32 -
YUV 108.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 175 89 31 0 0.49 0.82 0.31 24.17 0.7 0.4
Hex AF 59 1F 0 31 52 1F 18 46 28
Octal 257 131 37 0 61 122 37 30 106 50
Binary 10101111 1011001 11111 0 110001 1010010 11111 11000 1000110 101000

Color Harmonies of #AF591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF591F

Black with #AF591F

Text Example


Text Example

White with #AF591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF591F; }

 p { color: rgb(175,89,31); }

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

background-color css

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

 a { background-color: rgb(175,89,31); }

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

border-color css

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

 span { border-color: rgb(175,89,31); }

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