#ABA45C

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

Shades of Gimblet #ABA45C

Tints of Gimblet #ABA45C

Color information

#ABA45C (or 0xABA45C) is unknown color: approx Gimblet. HEX triplet: AB, A4 and 5C. RGB value is (171,164,92). Sum of RGB (Red+Green+Blue) = 171+164+92=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA45C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA45C is #545BA3. Grayscale: #9E9E9E. Windows color (decimal): -5528484 or 6071467. OLE color: 6071467.

HSL color Cylindrical-coordinate representation of color #ABA45C: hue angle of 54.68º 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 #ABA45C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17116492-
CMYK00.040.460.33
HSL54.68º31.98%51.57%-
HSV(B)54.68º46.2%67.06%-
XYZ3235.9815.38-
YUV157.8890.82137.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=40.05%
G=38.41%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711649200.040.460.3354.6831.9851.57
HexABA45C042E21372034
Octal253244134045641674064
Binary101010111010010010111000100101110100001110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA45C; }

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

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

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

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

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

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

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

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