#A88235

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

Shades of Alpine #A88235

Tints of Alpine #A88235

Color information

#A88235 (or 0xA88235) is unknown color: approx Alpine. HEX triplet: A8, 82 and 35. RGB value is (168,130,53). Sum of RGB (Red+Green+Blue) = 168+130+53=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A88235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88235 is #577DCA. Grayscale: #848484. Windows color (decimal): -5733835 or 3506856. OLE color: 3506856.

HSL color Cylindrical-coordinate representation of color #A88235: hue angle of 40.17º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A88235 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16813053-
CMYK00.230.680.34
HSL40.17º52.04%43.33%-
HSV(B)40.17º68.45%65.88%-
XYZ24.7724.556.8-
YUV132.5883.09153.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 53 (21.09% from 255) = 15.10%
R=47.86%
G=37.04%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681305300.230.680.3440.1752.0443.33
HexA88235017442228342b
Octal2502026502710442506453
Binary10101000100000101101010101111000100100010101000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88235; }

 p { color: rgb(168,130,53); }

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

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

 a { background-color: rgb(168,130,53); }

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

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

 span { border-color: rgb(168,130,53); }

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