Html Css Color HEX #AF5831 Fiery Orange

📋 copy color: '#AF5831'

red 175 ◦ green 88 ◦ blue 49

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

Shades of Fiery Orange #AF5831

Tints of Fiery Orange #AF5831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 56.09%
G = 28.21%
B = 15.71%

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

#AF5831 (or 0xAF5831) is known color: Fiery Orange. HEX triplet: AF, 58 and 31. RGB value is (175,88,49). Sum of RGB (Red+Green+Blue) = 175+88+49=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5831 is #50A7CE. Grayscale: #6D6D6D. Windows color (decimal): -5285839 or 3233967. OLE color: 3233967.

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

Color convert

RGB 175 88 49 -
CMYK 0 0.50 0.72 0.31
HSL 18.57º 0.56% 0.44% -
HSV(B) 18.57º 0.72% 0.69% -
XYZ 21.72 16.32 4.91 -
YUV 109.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 175 88 49 0 0.50 0.72 0.31 18.57 0.56 0.44
Hex AF 58 31 0 32 48 1F 13 38 2C
Octal 257 130 61 0 62 110 37 23 70 54
Binary 10101111 1011000 110001 0 110010 1001000 11111 10011 111000 101100

Color Harmonies of #AF5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5831

Black with #AF5831

Text Example


Text Example

White with #AF5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5831; }

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

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

background-color css

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

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

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

border-color css

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

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

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