Html Css Color HEX #AF5731 Fiery Orange

📋 copy color: '#AF5731'

red 175 ◦ green 87 ◦ blue 49

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

Shades of Fiery Orange #AF5731

Tints of Fiery Orange #AF5731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 56.27%
G = 27.97%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF5731 (or 0xAF5731) is known color: Fiery Orange. HEX triplet: AF, 57 and 31. RGB value is (175,87,49). Sum of RGB (Red+Green+Blue) = 175+87+49=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5731 is #50A8CE. Grayscale: #6D6D6D. Windows color (decimal): -5286095 or 3233711. OLE color: 3233711.

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

Color convert

RGB 175 87 49 -
CMYK 0 0.50 0.72 0.31
HSL 18.1º 0.56% 0.44% -
HSV(B) 18.1º 0.72% 0.69% -
XYZ 21.64 16.15 4.88 -
YUV 108.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 175 87 49 0 0.50 0.72 0.31 18.1 0.56 0.44
Hex AF 57 31 0 32 48 1F 12 38 2C
Octal 257 127 61 0 62 110 37 22 70 54
Binary 10101111 1010111 110001 0 110010 1001000 11111 10010 111000 101100

Color Harmonies of #AF5731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5731

Black with #AF5731

Text Example


Text Example

White with #AF5731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5731; }

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

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

background-color css

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

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

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

border-color css

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

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

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