#A98038

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

Shades of Alpine #A98038

Tints of Alpine #A98038

Color information

#A98038 (or 0xA98038) is unknown color: approx Alpine. HEX triplet: A9, 80 and 38. RGB value is (169,128,56). Sum of RGB (Red+Green+Blue) = 169+128+56=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A98038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98038 is #567FC7. Grayscale: #848484. Windows color (decimal): -5668808 or 3702953. OLE color: 3702953.

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

Color convert

RGB16912856-
CMYK00.240.670.34
HSL38.23º50.22%44.12%-
HSV(B)38.23º66.86%66.27%-
XYZ24.824.167.1-
YUV132.0585.08154.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=47.88%
G=36.26%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691285600.240.670.3438.2350.2244.12
HexA98038018432226322c
Octal2512007003010342466254
Binary10101001100000001110000110001000011100010100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98038; }

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

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

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

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

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

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

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

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