#A98234

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

Shades of Alpine #A98234

Tints of Alpine #A98234

Color information

#A98234 (or 0xA98234) is unknown color: approx Alpine. HEX triplet: A9, 82 and 34. RGB value is (169,130,52). Sum of RGB (Red+Green+Blue) = 169+130+52=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A98234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98234 is #567DCB. Grayscale: #858585. Windows color (decimal): -5668300 or 3441321. OLE color: 3441321.

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

Color convert

RGB16913052-
CMYK00.230.690.34
HSL40º52.94%43.33%-
HSV(B)40º69.23%66.27%-
XYZ24.9624.656.69-
YUV132.7782.42153.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 52 (20.70% from 255) = 14.81%
R=48.15%
G=37.04%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691305200.230.690.344052.9443.33
HexA98234017452228352b
Octal2512026402710542506553
Binary10101001100000101101000101111000101100010101000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98234; }

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

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

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

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

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

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

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

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