Html Css Color HEX #AF5621 Fiery Orange

📋 copy color: '#AF5621'

red 175 ◦ green 86 ◦ blue 33

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

Shades of Fiery Orange #AF5621

Tints of Fiery Orange #AF5621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 59.52%
G = 29.25%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF5621 (or 0xAF5621) is known color: Fiery Orange. HEX triplet: AF, 56 and 21. RGB value is (175,86,33). Sum of RGB (Red+Green+Blue) = 175+86+33=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5621 is #50A9DE. Grayscale: #6A6A6A. Windows color (decimal): -5286367 or 2184879. OLE color: 2184879.

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

Color convert

RGB 175 86 33 -
CMYK 0 0.51 0.81 0.31
HSL 22.39º 0.68% 0.41% -
HSV(B) 22.39º 0.81% 0.69% -
XYZ 21.28 15.88 3.38 -
YUV 106.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 175 86 33 0 0.51 0.81 0.31 22.39 0.68 0.41
Hex AF 56 21 0 33 51 1F 16 44 29
Octal 257 126 41 0 63 121 37 26 104 51
Binary 10101111 1010110 100001 0 110011 1010001 11111 10110 1000100 101001

Color Harmonies of #AF5621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5621

Black with #AF5621

Text Example


Text Example

White with #AF5621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5621; }

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

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

background-color css

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

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

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

border-color css

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

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

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