#A98438

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

Shades of Alpine #A98438

Tints of Alpine #A98438

Color information

#A98438 (or 0xA98438) is unknown color: approx Alpine. HEX triplet: A9, 84 and 38. RGB value is (169,132,56). Sum of RGB (Red+Green+Blue) = 169+132+56=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A98438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98438 is #567BC7. Grayscale: #868686. Windows color (decimal): -5667784 or 3703977. OLE color: 3703977.

HSL color Cylindrical-coordinate representation of color #A98438: hue angle of 40.35º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A98438 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB16913256-
CMYK00.220.670.34
HSL40.35º50.22%44.12%-
HSV(B)40.35º66.86%66.27%-
XYZ25.3325.227.28-
YUV134.483.76152.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=47.34%
G=36.97%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691325600.220.670.3440.3550.2244.12
HexA98438016432228322c
Octal2512047002610342506254
Binary10101001100001001110000101101000011100010101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98438; }

 p { color: rgb(169,132,56); }

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

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

 a { background-color: rgb(169,132,56); }

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

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

 span { border-color: rgb(169,132,56); }

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