#ABA15C

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

Shades of Gimblet #ABA15C

Tints of Gimblet #ABA15C

Color information

#ABA15C (or 0xABA15C) is unknown color: approx Gimblet. HEX triplet: AB, A1 and 5C. RGB value is (171,161,92). Sum of RGB (Red+Green+Blue) = 171+161+92=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA15C is #545EA3. Grayscale: #9C9C9C. Windows color (decimal): -5529252 or 6070699. OLE color: 6070699.

HSL color Cylindrical-coordinate representation of color #ABA15C: hue angle of 52.41º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABA15C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17116192-
CMYK00.060.460.33
HSL52.41º31.98%51.57%-
HSV(B)52.41º46.2%67.06%-
XYZ31.4734.9215.21-
YUV156.1291.81138.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=40.33%
G=37.97%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711619200.060.460.3352.4131.9851.57
HexABA15C062E21342034
Octal253241134065641644064
Binary101010111010000110111000110101110100001110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA15C; }

 p { color: rgb(171,161,92); }

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

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

 a { background-color: rgb(171,161,92); }

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

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

 span { border-color: rgb(171,161,92); }

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