Html Css Color HEX #AF5A34 Fiery Orange

📋 copy color: '#AF5A34'

red 175 ◦ green 90 ◦ blue 52

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

Shades of Fiery Orange #AF5A34

Tints of Fiery Orange #AF5A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 55.21%
G = 28.39%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF5A34 (or 0xAF5A34) is known color: Fiery Orange. HEX triplet: AF, 5A and 34. RGB value is (175,90,52). Sum of RGB (Red+Green+Blue) = 175+90+52=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A34 is #50A5CB. Grayscale: #6F6F6F. Windows color (decimal): -5285324 or 3431087. OLE color: 3431087.

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

Color convert

RGB 175 90 52 -
CMYK 0 0.49 0.70 0.31
HSL 18.54º 0.54% 0.45% -
HSV(B) 18.54º 0.7% 0.69% -
XYZ 21.96 16.67 5.31 -
YUV 111.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 175 90 52 0 0.49 0.70 0.31 18.54 0.54 0.45
Hex AF 5A 34 0 31 46 1F 13 36 2D
Octal 257 132 64 0 61 106 37 23 66 55
Binary 10101111 1011010 110100 0 110001 1000110 11111 10011 110110 101101

Color Harmonies of #AF5A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A34

Black with #AF5A34

Text Example


Text Example

White with #AF5A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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