#AF853D

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

Shades of Alpine #AF853D

Tints of Alpine #AF853D

Color information

#AF853D (or 0xAF853D) is unknown color: approx Alpine. HEX triplet: AF, 85 and 3D. RGB value is (175,133,61). Sum of RGB (Red+Green+Blue) = 175+133+61=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF853D is #507AC2. Grayscale: #898989. Windows color (decimal): -5274307 or 4031919. OLE color: 4031919.

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

Color convert

RGB17513361-
CMYK00.240.650.31
HSL37.89º48.31%46.27%-
HSV(B)37.89º65.14%68.63%-
XYZ26.9126.238.06-
YUV137.3584.91154.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=47.43%
G=36.04%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751336100.240.650.3137.8948.3146.27
HexAF853D018411F26302e
Octal2572057503010137466056
Binary1010111110000101111101011000100000111111100110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF853D; }

 p { color: rgb(175,133,61); }

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

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

 a { background-color: rgb(175,133,61); }

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

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

 span { border-color: rgb(175,133,61); }

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