Html Css Color HEX #AF5728 Fiery Orange

📋 copy color: '#AF5728'

red 175 ◦ green 87 ◦ blue 40

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

Shades of Fiery Orange #AF5728

Tints of Fiery Orange #AF5728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

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

R = 57.95%
G = 28.81%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF5728 (or 0xAF5728) is known color: Fiery Orange. HEX triplet: AF, 57 and 28. RGB value is (175,87,40). Sum of RGB (Red+Green+Blue) = 175+87+40=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5728 is #50A8D7. Grayscale: #6C6C6C. Windows color (decimal): -5286104 or 2643887. OLE color: 2643887.

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

Color convert

RGB 175 87 40 -
CMYK 0 0.50 0.77 0.31
HSL 20.89º 0.63% 0.42% -
HSV(B) 20.89º 0.77% 0.69% -
XYZ 21.47 16.08 3.98 -
YUV 107.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 175 87 40 0 0.50 0.77 0.31 20.89 0.63 0.42
Hex AF 57 28 0 32 4D 1F 15 3F 2A
Octal 257 127 50 0 62 115 37 25 77 52
Binary 10101111 1010111 101000 0 110010 1001101 11111 10101 111111 101010

Color Harmonies of #AF5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5728

Black with #AF5728

Text Example


Text Example

White with #AF5728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5728; }

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

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

background-color css

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

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

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

border-color css

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

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

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