#af883e

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

Shades of Alpine #AF883E

Tints of Alpine #AF883E

Color information

#AF883E (or 0xAF883E) is unknown color: approx Alpine. HEX triplet: AF, 88 and 3E. RGB value is (175,136,62). Sum of RGB (Red+Green+Blue) = 175+136+62=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF883E is #5077C1. Grayscale: #8B8B8B. Windows color (decimal): -5273538 or 4098223. OLE color: 4098223.

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

Color convert

RGB17513662-
CMYK00.220.650.31
HSL39.29º47.68%46.47%-
HSV(B)39.29º64.57%68.63%-
XYZ27.3527.078.34-
YUV139.2284.42153.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=46.92%
G=36.46%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751366200.220.650.3139.2947.6846.47
HexAF883E016411F27302e
Octal2572107602610137476056
Binary1010111110001000111110010110100000111111100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af883e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af883e; }

 p { color: rgb(175,136,62); }

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

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

 a { background-color: rgb(175,136,62); }

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

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

 span { border-color: rgb(175,136,62); }

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