Html Css Color HEX #AF592F Fiery Orange

📋 copy color: '#AF592F'

red 175 ◦ green 89 ◦ blue 47

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

Shades of Fiery Orange #AF592F

Tints of Fiery Orange #AF592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 56.27%
G = 28.62%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF592F (or 0xAF592F) is known color: Fiery Orange. HEX triplet: AF, 59 and 2F. RGB value is (175,89,47). Sum of RGB (Red+Green+Blue) = 175+89+47=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF592F is #50A6D0. Grayscale: #6E6E6E. Windows color (decimal): -5285585 or 3103151. OLE color: 3103151.

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

Color convert

RGB 175 89 47 -
CMYK 0 0.49 0.73 0.31
HSL 19.69º 0.58% 0.44% -
HSV(B) 19.69º 0.73% 0.69% -
XYZ 21.76 16.46 4.72 -
YUV 109.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 175 89 47 0 0.49 0.73 0.31 19.69 0.58 0.44
Hex AF 59 2F 0 31 49 1F 14 3A 2C
Octal 257 131 57 0 61 111 37 24 72 54
Binary 10101111 1011001 101111 0 110001 1001001 11111 10100 111010 101100

Color Harmonies of #AF592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF592F

Black with #AF592F

Text Example


Text Example

White with #AF592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF592F; }

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

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

background-color css

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

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

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

border-color css

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

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

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