#a88435

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

Shades of Alpine #A88435

Tints of Alpine #A88435

Color information

#A88435 (or 0xA88435) is unknown color: approx Alpine. HEX triplet: A8, 84 and 35. RGB value is (168,132,53). Sum of RGB (Red+Green+Blue) = 168+132+53=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A88435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88435 is #577BCA. Grayscale: #868686. Windows color (decimal): -5733323 or 3507368. OLE color: 3507368.

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

Color convert

RGB16813253-
CMYK00.210.680.34
HSL41.22º52.04%43.33%-
HSV(B)41.22º68.45%65.88%-
XYZ25.0425.086.89-
YUV133.7682.43152.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=47.59%
G=37.39%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681325300.210.680.3441.2252.0443.33
HexA88435015442229342b
Octal2502046502510442516453
Binary10101000100001001101010101011000100100010101001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88435; }

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

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

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

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

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

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

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

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