Html Css Color HEX #AF592E Fiery Orange

📋 copy color: '#AF592E'

red 175 ◦ green 89 ◦ blue 46

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

Shades of Fiery Orange #AF592E

Tints of Fiery Orange #AF592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 56.45%
G = 28.71%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF592E (or 0xAF592E) is known color: Fiery Orange. HEX triplet: AF, 59 and 2E. RGB value is (175,89,46). Sum of RGB (Red+Green+Blue) = 175+89+46=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF592E is #50A6D1. Grayscale: #6E6E6E. Windows color (decimal): -5285586 or 3037615. OLE color: 3037615.

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

Color convert

RGB 175 89 46 -
CMYK 0 0.49 0.74 0.31
HSL 20º 0.58% 0.43% -
HSV(B) 20º 0.74% 0.69% -
XYZ 21.74 16.46 4.62 -
YUV 109.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 175 89 46 0 0.49 0.74 0.31 20 0.58 0.43
Hex AF 59 2E 0 31 4A 1F 14 3A 2B
Octal 257 131 56 0 61 112 37 24 72 53
Binary 10101111 1011001 101110 0 110001 1001010 11111 10100 111010 101011

Color Harmonies of #AF592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF592E

Black with #AF592E

Text Example


Text Example

White with #AF592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF592E; }

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

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

background-color css

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

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

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

border-color css

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

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

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