Html Css Color HEX #AF5727 Fiery Orange

📋 copy color: '#AF5727'

red 175 ◦ green 87 ◦ blue 39

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

Shades of Fiery Orange #AF5727

Tints of Fiery Orange #AF5727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 58.14%
G = 28.9%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF5727 (or 0xAF5727) is known color: Fiery Orange. HEX triplet: AF, 57 and 27. RGB value is (175,87,39). Sum of RGB (Red+Green+Blue) = 175+87+39=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5727 is #50A8D8. Grayscale: #6C6C6C. Windows color (decimal): -5286105 or 2578351. OLE color: 2578351.

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

Color convert

RGB 175 87 39 -
CMYK 0 0.50 0.78 0.31
HSL 21.18º 0.64% 0.42% -
HSV(B) 21.18º 0.78% 0.69% -
XYZ 21.45 16.08 3.89 -
YUV 107.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 175 87 39 0 0.50 0.78 0.31 21.18 0.64 0.42
Hex AF 57 27 0 32 4E 1F 15 40 2A
Octal 257 127 47 0 62 116 37 25 100 52
Binary 10101111 1010111 100111 0 110010 1001110 11111 10101 1000000 101010

Color Harmonies of #AF5727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5727

Black with #AF5727

Text Example


Text Example

White with #AF5727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5727; }

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

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

background-color css

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

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

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

border-color css

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

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

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