#AB8A38

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

Shades of Alpine #AB8A38

Tints of Alpine #AB8A38

Color information

#AB8A38 (or 0xAB8A38) is unknown color: approx Alpine. HEX triplet: AB, 8A and 38. RGB value is (171,138,56). Sum of RGB (Red+Green+Blue) = 171+138+56=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A38 is #5475C7. Grayscale: #8A8A8A. Windows color (decimal): -5535176 or 3705515. OLE color: 3705515.

HSL color Cylindrical-coordinate representation of color #AB8A38: hue angle of 42.78º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB8A38 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17113856-
CMYK00.190.670.33
HSL42.78º50.66%44.51%-
HSV(B)42.78º67.25%67.06%-
XYZ26.627.127.57-
YUV138.5281.43151.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=46.85%
G=37.81%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711385600.190.670.3342.7850.6644.51
HexAB8A3801343212b332d
Octal2532127002310341536355
Binary10101011100010101110000100111000011100001101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A38; }

 p { color: rgb(171,138,56); }

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

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

 a { background-color: rgb(171,138,56); }

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

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

 span { border-color: rgb(171,138,56); }

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