Html Css Color HEX #AF5922 Fiery Orange

📋 copy color: '#AF5922'

red 175 ◦ green 89 ◦ blue 34

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

Shades of Fiery Orange #AF5922

Tints of Fiery Orange #AF5922

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 58.72%
G = 29.87%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF5922 (or 0xAF5922) is known color: Fiery Orange. HEX triplet: AF, 59 and 22. RGB value is (175,89,34). Sum of RGB (Red+Green+Blue) = 175+89+34=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5922 is #50A6DD. Grayscale: #6C6C6C. Windows color (decimal): -5285598 or 2251183. OLE color: 2251183.

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

Color convert

RGB 175 89 34 -
CMYK 0 0.49 0.81 0.31
HSL 23.4º 0.67% 0.41% -
HSV(B) 23.4º 0.81% 0.69% -
XYZ 21.54 16.37 3.54 -
YUV 108.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 175 89 34 0 0.49 0.81 0.31 23.4 0.67 0.41
Hex AF 59 22 0 31 51 1F 17 43 29
Octal 257 131 42 0 61 121 37 27 103 51
Binary 10101111 1011001 100010 0 110001 1010001 11111 10111 1000011 101001

Color Harmonies of #AF5922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5922

Black with #AF5922

Text Example


Text Example

White with #AF5922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5922; }

 p { color: rgb(175,89,34); }

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

background-color css

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

 a { background-color: rgb(175,89,34); }

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

border-color css

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

 span { border-color: rgb(175,89,34); }

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