#A98133

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

Shades of Alpine #A98133

Tints of Alpine #A98133

Color information

#A98133 (or 0xA98133) is unknown color: approx Alpine. HEX triplet: A9, 81 and 33. RGB value is (169,129,51). Sum of RGB (Red+Green+Blue) = 169+129+51=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A98133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98133 is #567ECC. Grayscale: #848484. Windows color (decimal): -5668557 or 3375529. OLE color: 3375529.

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

Color convert

RGB16912951-
CMYK00.240.700.34
HSL39.66º53.64%43.14%-
HSV(B)39.66º69.82%66.27%-
XYZ24.8124.376.53-
YUV132.0782.25154.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=48.42%
G=36.96%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691295100.240.700.3439.6653.6443.14
HexA98133018462228362b
Octal2512016303010642506653
Binary10101001100000011100110110001000110100010101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98133; }

 p { color: rgb(169,129,51); }

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

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

 a { background-color: rgb(169,129,51); }

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

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

 span { border-color: rgb(169,129,51); }

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