Html Css Color HEX #AF5A28 Fiery Orange

📋 copy color: '#AF5A28'

red 175 ◦ green 90 ◦ blue 40

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

Shades of Fiery Orange #AF5A28

Tints of Fiery Orange #AF5A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 57.38%
G = 29.51%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF5A28 (or 0xAF5A28) is known color: Fiery Orange. HEX triplet: AF, 5A and 28. RGB value is (175,90,40). Sum of RGB (Red+Green+Blue) = 175+90+40=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A28 is #50A5D7. Grayscale: #6E6E6E. Windows color (decimal): -5285336 or 2644655. OLE color: 2644655.

HSL color Cylindrical-coordinate representation of color #AF5A28: hue angle of 22.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF5A28 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 40 -
CMYK 0 0.49 0.77 0.31
HSL 22.22º 0.63% 0.42% -
HSV(B) 22.22º 0.77% 0.69% -
XYZ 21.72 16.58 4.06 -
YUV 109.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 175 90 40 0 0.49 0.77 0.31 22.22 0.63 0.42
Hex AF 5A 28 0 31 4D 1F 16 3F 2A
Octal 257 132 50 0 61 115 37 26 77 52
Binary 10101111 1011010 101000 0 110001 1001101 11111 10110 111111 101010

Color Harmonies of #AF5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A28

Black with #AF5A28

Text Example


Text Example

White with #AF5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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