#A98332

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

Shades of Alpine #A98332

Tints of Alpine #A98332

Color information

#A98332 (or 0xA98332) is unknown color: approx Alpine. HEX triplet: A9, 83 and 32. RGB value is (169,131,50). Sum of RGB (Red+Green+Blue) = 169+131+50=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A98332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98332 is #567CCD. Grayscale: #858585. Windows color (decimal): -5668046 or 3310505. OLE color: 3310505.

HSL color Cylindrical-coordinate representation of color #A98332: hue angle of 40.84º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A98332 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16913150-
CMYK00.220.700.34
HSL40.84º54.34%42.94%-
HSV(B)40.84º70.41%66.27%-
XYZ25.0524.96.5-
YUV133.1381.09153.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 50 (19.92% from 255) = 14.29%
R=48.29%
G=37.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691315000.220.700.3440.8454.3442.94
HexA98332016462229362b
Octal2512036202610642516653
Binary10101001100000111100100101101000110100010101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98332; }

 p { color: rgb(169,131,50); }

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

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

 a { background-color: rgb(169,131,50); }

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

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

 span { border-color: rgb(169,131,50); }

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