#AF803C

Color #AF803C Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AF803C

Tints of Alpine #AF803C

Color information

#AF803C (or 0xAF803C) is unknown color: approx Alpine. HEX triplet: AF, 80 and 3C. RGB value is (175,128,60). Sum of RGB (Red+Green+Blue) = 175+128+60=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF803C is #507FC3. Grayscale: #868686. Windows color (decimal): -5275588 or 3965103. OLE color: 3965103.

HSL color Cylindrical-coordinate representation of color #AF803C: hue angle of 35.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF803C is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17512860-
CMYK00.270.660.31
HSL35.48º48.94%46.08%-
HSV(B)35.48º65.71%68.63%-
XYZ26.2124.887.7-
YUV134.386.07157.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=48.21%
G=35.26%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751286000.270.660.3135.4848.9446.08
HexAF803C01B421F23312e
Octal2572007403310237436156
Binary1010111110000000111100011011100001011111100011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF803C; }

 p { color: rgb(175,128,60); }

 H1.HeaderClassName
 {
   color: #AF803C;
 }
 .AnyTagClassName
 {
   color: #AF803C;
 }
</style>
background-color css

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

 a { background-color: rgb(175,128,60); }

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

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

 span { border-color: rgb(175,128,60); }

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