#a98034

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

Shades of Alpine #A98034

Tints of Alpine #A98034

Color information

#A98034 (or 0xA98034) is unknown color: approx Alpine. HEX triplet: A9, 80 and 34. RGB value is (169,128,52). Sum of RGB (Red+Green+Blue) = 169+128+52=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A98034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98034 is #567FCB. Grayscale: #838383. Windows color (decimal): -5668812 or 3440809. OLE color: 3440809.

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

Color convert

RGB16912852-
CMYK00.240.690.34
HSL38.97º52.94%43.33%-
HSV(B)38.97º69.23%66.27%-
XYZ24.724.126.6-
YUV131.683.08154.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=48.42%
G=36.68%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691285200.240.690.3438.9752.9443.33
HexA98034018452227352b
Octal2512006403010542476553
Binary10101001100000001101000110001000101100010100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a98034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a98034; }

 p { color: rgb(169,128,52); }

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

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

 a { background-color: rgb(169,128,52); }

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

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

 span { border-color: rgb(169,128,52); }

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