Html Css Color HEX #AF5A2F Fiery Orange

📋 copy color: '#AF5A2F'

red 175 ◦ green 90 ◦ blue 47

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

Shades of Fiery Orange #AF5A2F

Tints of Fiery Orange #AF5A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

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

R = 56.09%
G = 28.85%
B = 15.06%

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

#AF5A2F (or 0xAF5A2F) is known color: Fiery Orange. HEX triplet: AF, 5A and 2F. RGB value is (175,90,47). Sum of RGB (Red+Green+Blue) = 175+90+47=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A2F is #50A5D0. Grayscale: #6E6E6E. Windows color (decimal): -5285329 or 3103407. OLE color: 3103407.

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

Color convert

RGB 175 90 47 -
CMYK 0 0.49 0.73 0.31
HSL 20.16º 0.58% 0.44% -
HSV(B) 20.16º 0.73% 0.69% -
XYZ 21.85 16.63 4.75 -
YUV 110.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 175 90 47 0 0.49 0.73 0.31 20.16 0.58 0.44
Hex AF 5A 2F 0 31 49 1F 14 3A 2C
Octal 257 132 57 0 61 111 37 24 72 54
Binary 10101111 1011010 101111 0 110001 1001001 11111 10100 111010 101100

Color Harmonies of #AF5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A2F

Black with #AF5A2F

Text Example


Text Example

White with #AF5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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