Html Css Color HEX #AF5E34 Fiery Orange

📋 copy color: '#AF5E34'

red 175 ◦ green 94 ◦ blue 52

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

Shades of Fiery Orange #AF5E34

Tints of Fiery Orange #AF5E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.28%

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

R = 54.52%
G = 29.28%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF5E34 (or 0xAF5E34) is known color: Fiery Orange. HEX triplet: AF, 5E and 34. RGB value is (175,94,52). Sum of RGB (Red+Green+Blue) = 175+94+52=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E34 is #50A1CB. Grayscale: #717171. Windows color (decimal): -5284300 or 3432111. OLE color: 3432111.

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

Color convert

RGB 175 94 52 -
CMYK 0 0.46 0.70 0.31
HSL 20.49º 0.54% 0.45% -
HSV(B) 20.49º 0.7% 0.69% -
XYZ 22.3 17.37 5.43 -
YUV 113.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 175 94 52 0 0.46 0.70 0.31 20.49 0.54 0.45
Hex AF 5E 34 0 2E 46 1F 14 36 2D
Octal 257 136 64 0 56 106 37 24 66 55
Binary 10101111 1011110 110100 0 101110 1000110 11111 10100 110110 101101

Color Harmonies of #AF5E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E34

Black with #AF5E34

Text Example


Text Example

White with #AF5E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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