#A88335

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

Shades of Alpine #A88335

Tints of Alpine #A88335

Color information

#A88335 (or 0xA88335) is unknown color: approx Alpine. HEX triplet: A8, 83 and 35. RGB value is (168,131,53). Sum of RGB (Red+Green+Blue) = 168+131+53=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A88335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88335 is #577CCA. Grayscale: #858585. Windows color (decimal): -5733579 or 3507112. OLE color: 3507112.

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

Color convert

RGB16813153-
CMYK00.220.680.34
HSL40.7º52.04%43.33%-
HSV(B)40.7º68.45%65.88%-
XYZ24.9124.816.85-
YUV133.1782.76152.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=47.73%
G=37.22%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681315300.220.680.3440.752.0443.33
HexA88335016442229342b
Octal2502036502610442516453
Binary10101000100000111101010101101000100100010101001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88335; }

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

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

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

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

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

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

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

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