Html Css Color HEX #AF5A22 Fiery Orange

📋 copy color: '#AF5A22'

red 175 ◦ green 90 ◦ blue 34

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

Shades of Fiery Orange #AF5A22

Tints of Fiery Orange #AF5A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

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

R = 58.53%
G = 30.1%
B = 11.37%

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

#AF5A22 (or 0xAF5A22) is known color: Fiery Orange. HEX triplet: AF, 5A and 22. RGB value is (175,90,34). Sum of RGB (Red+Green+Blue) = 175+90+34=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A22 is #50A5DD. Grayscale: #6D6D6D. Windows color (decimal): -5285342 or 2251439. OLE color: 2251439.

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

Color convert

RGB 175 90 34 -
CMYK 0 0.49 0.81 0.31
HSL 23.83º 0.67% 0.41% -
HSV(B) 23.83º 0.81% 0.69% -
XYZ 21.62 16.54 3.57 -
YUV 109.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 175 90 34 0 0.49 0.81 0.31 23.83 0.67 0.41
Hex AF 5A 22 0 31 51 1F 18 43 29
Octal 257 132 42 0 61 121 37 30 103 51
Binary 10101111 1011010 100010 0 110001 1010001 11111 11000 1000011 101001

Color Harmonies of #AF5A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A22

Black with #AF5A22

Text Example


Text Example

White with #AF5A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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