#A88342

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

Shades of Alpine #A88342

Tints of Alpine #A88342

Color information

#A88342 (or 0xA88342) is unknown color: approx Alpine. HEX triplet: A8, 83 and 42. RGB value is (168,131,66). Sum of RGB (Red+Green+Blue) = 168+131+66=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A88342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88342 is #577CBD. Grayscale: #868686. Windows color (decimal): -5733566 or 4359080. OLE color: 4359080.

HSL color Cylindrical-coordinate representation of color #A88342: hue angle of 38.24º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A88342 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16813166-
CMYK00.220.610.34
HSL38.24º43.59%45.88%-
HSV(B)38.24º60.71%65.88%-
XYZ25.2524.958.64-
YUV134.6589.26151.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=46.03%
G=35.89%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681316600.220.610.3438.2443.5945.88
HexA883420163D22262c2e
Octal2502031020267542465456
Binary10101000100000111000010010110111101100010100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88342; }

 p { color: rgb(168,131,66); }

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

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

 a { background-color: rgb(168,131,66); }

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

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

 span { border-color: rgb(168,131,66); }

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