Html Css Color HEX #AF5836 Fiery Orange

📋 copy color: '#AF5836'

red 175 ◦ green 88 ◦ blue 54

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

Shades of Fiery Orange #AF5836

Tints of Fiery Orange #AF5836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 55.21%
G = 27.76%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF5836 (or 0xAF5836) is known color: Fiery Orange. HEX triplet: AF, 58 and 36. RGB value is (175,88,54). Sum of RGB (Red+Green+Blue) = 175+88+54=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5836 is #50A7C9. Grayscale: #6E6E6E. Windows color (decimal): -5285834 or 3561647. OLE color: 3561647.

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

Color convert

RGB 175 88 54 -
CMYK 0 0.50 0.69 0.31
HSL 16.86º 0.53% 0.45% -
HSV(B) 16.86º 0.69% 0.69% -
XYZ 21.83 16.36 5.5 -
YUV 110.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 175 88 54 0 0.50 0.69 0.31 16.86 0.53 0.45
Hex AF 58 36 0 32 45 1F 11 35 2D
Octal 257 130 66 0 62 105 37 21 65 55
Binary 10101111 1011000 110110 0 110010 1000101 11111 10001 110101 101101

Color Harmonies of #AF5836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5836

Black with #AF5836

Text Example


Text Example

White with #AF5836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5836; }

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

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

background-color css

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

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

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

border-color css

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

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

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