Html Css Color HEX #AF5E32 Fiery Orange

📋 copy color: '#AF5E32'

red 175 ◦ green 94 ◦ blue 50

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

Shades of Fiery Orange #AF5E32

Tints of Fiery Orange #AF5E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 54.86%
G = 29.47%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF5E32 (or 0xAF5E32) is known color: Fiery Orange. HEX triplet: AF, 5E and 32. RGB value is (175,94,50). Sum of RGB (Red+Green+Blue) = 175+94+50=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E32 is #50A1CD. Grayscale: #717171. Windows color (decimal): -5284302 or 3301039. OLE color: 3301039.

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

Color convert

RGB 175 94 50 -
CMYK 0 0.46 0.71 0.31
HSL 21.12º 0.56% 0.44% -
HSV(B) 21.12º 0.71% 0.69% -
XYZ 22.26 17.35 5.19 -
YUV 113.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 175 94 50 0 0.46 0.71 0.31 21.12 0.56 0.44
Hex AF 5E 32 0 2E 47 1F 15 38 2C
Octal 257 136 62 0 56 107 37 25 70 54
Binary 10101111 1011110 110010 0 101110 1000111 11111 10101 111000 101100

Color Harmonies of #AF5E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E32

Black with #AF5E32

Text Example


Text Example

White with #AF5E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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