Html Css Color HEX #AF5821 Fiery Orange

📋 copy color: '#AF5821'

red 175 ◦ green 88 ◦ blue 33

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

Shades of Fiery Orange #AF5821

Tints of Fiery Orange #AF5821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.73%

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

R = 59.12%
G = 29.73%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF5821 (or 0xAF5821) is known color: Fiery Orange. HEX triplet: AF, 58 and 21. RGB value is (175,88,33). Sum of RGB (Red+Green+Blue) = 175+88+33=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5821 is #50A7DE. Grayscale: #6C6C6C. Windows color (decimal): -5285855 or 2185391. OLE color: 2185391.

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

Color convert

RGB 175 88 33 -
CMYK 0 0.50 0.81 0.31
HSL 23.24º 0.68% 0.41% -
HSV(B) 23.24º 0.81% 0.69% -
XYZ 21.44 16.2 3.44 -
YUV 107.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 175 88 33 0 0.50 0.81 0.31 23.24 0.68 0.41
Hex AF 58 21 0 32 51 1F 17 44 29
Octal 257 130 41 0 62 121 37 27 104 51
Binary 10101111 1011000 100001 0 110010 1010001 11111 10111 1000100 101001

Color Harmonies of #AF5821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5821

Black with #AF5821

Text Example


Text Example

White with #AF5821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5821; }

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

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

background-color css

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

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

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

border-color css

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

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

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