Html Css Color HEX #AF5E21 Fiery Orange

📋 copy color: '#AF5E21'

red 175 ◦ green 94 ◦ blue 33

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

Shades of Fiery Orange #AF5E21

Tints of Fiery Orange #AF5E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.93%

R = 57.95%
G = 31.13%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF5E21 (or 0xAF5E21) is known color: Fiery Orange. HEX triplet: AF, 5E and 21. RGB value is (175,94,33). Sum of RGB (Red+Green+Blue) = 175+94+33=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E21 is #50A1DE. Grayscale: #6F6F6F. Windows color (decimal): -5284319 or 2186927. OLE color: 2186927.

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

Color convert

RGB 175 94 33 -
CMYK 0 0.46 0.81 0.31
HSL 25.77º 0.68% 0.41% -
HSV(B) 25.77º 0.81% 0.69% -
XYZ 21.96 17.23 3.61 -
YUV 111.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 175 94 33 0 0.46 0.81 0.31 25.77 0.68 0.41
Hex AF 5E 21 0 2E 51 1F 1A 44 29
Octal 257 136 41 0 56 121 37 32 104 51
Binary 10101111 1011110 100001 0 101110 1010001 11111 11010 1000100 101001

Color Harmonies of #AF5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E21

Black with #AF5E21

Text Example


Text Example

White with #AF5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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