Html Css Color HEX #AF5934 Fiery Orange

📋 copy color: '#AF5934'

red 175 ◦ green 89 ◦ blue 52

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

Shades of Fiery Orange #AF5934

Tints of Fiery Orange #AF5934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.16%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 55.38%
G = 28.16%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF5934 (or 0xAF5934) is known color: Fiery Orange. HEX triplet: AF, 59 and 34. RGB value is (175,89,52). Sum of RGB (Red+Green+Blue) = 175+89+52=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5934 is #50A6CB. Grayscale: #6E6E6E. Windows color (decimal): -5285580 or 3430831. OLE color: 3430831.

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

Color convert

RGB 175 89 52 -
CMYK 0 0.49 0.70 0.31
HSL 18.05º 0.54% 0.45% -
HSV(B) 18.05º 0.7% 0.69% -
XYZ 21.87 16.51 5.28 -
YUV 110.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 175 89 52 0 0.49 0.70 0.31 18.05 0.54 0.45
Hex AF 59 34 0 31 46 1F 12 36 2D
Octal 257 131 64 0 61 106 37 22 66 55
Binary 10101111 1011001 110100 0 110001 1000110 11111 10010 110110 101101

Color Harmonies of #AF5934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5934

Black with #AF5934

Text Example


Text Example

White with #AF5934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5934; }

 p { color: rgb(175,89,52); }

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

background-color css

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

 a { background-color: rgb(175,89,52); }

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

border-color css

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

 span { border-color: rgb(175,89,52); }

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