Html Css Color HEX #AF5E37 Fiery Orange

📋 copy color: '#AF5E37'

red 175 ◦ green 94 ◦ blue 55

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

Shades of Fiery Orange #AF5E37

Tints of Fiery Orange #AF5E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 54.01%
G = 29.01%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF5E37 (or 0xAF5E37) is known color: Fiery Orange. HEX triplet: AF, 5E and 37. RGB value is (175,94,55). Sum of RGB (Red+Green+Blue) = 175+94+55=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E37 is #50A1C8. Grayscale: #727272. Windows color (decimal): -5284297 or 3628719. OLE color: 3628719.

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

Color convert

RGB 175 94 55 -
CMYK 0 0.46 0.69 0.31
HSL 19.5º 0.52% 0.45% -
HSV(B) 19.5º 0.69% 0.69% -
XYZ 22.37 17.4 5.79 -
YUV 113.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 175 94 55 0 0.46 0.69 0.31 19.5 0.52 0.45
Hex AF 5E 37 0 2E 45 1F 14 34 2D
Octal 257 136 67 0 56 105 37 24 64 55
Binary 10101111 1011110 110111 0 101110 1000101 11111 10100 110100 101101

Color Harmonies of #AF5E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E37

Black with #AF5E37

Text Example


Text Example

White with #AF5E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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