#ABA35D

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

Shades of Gimblet #ABA35D

Tints of Gimblet #ABA35D

Color information

#ABA35D (or 0xABA35D) is unknown color: approx Gimblet. HEX triplet: AB, A3 and 5D. RGB value is (171,163,93). Sum of RGB (Red+Green+Blue) = 171+163+93=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA35D is #545CA2. Grayscale: #9D9D9D. Windows color (decimal): -5528739 or 6136747. OLE color: 6136747.

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

Color convert

RGB17116393-
CMYK00.050.460.33
HSL53.85º31.71%51.76%-
HSV(B)53.85º45.61%67.06%-
XYZ31.8735.6415.56-
YUV157.4191.65137.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=40.05%
G=38.17%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711639300.050.460.3353.8531.7151.76
HexABA35D052E21362034
Octal253243135055641664064
Binary101010111010001110111010101101110100001110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA35D; }

 p { color: rgb(171,163,93); }

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

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

 a { background-color: rgb(171,163,93); }

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

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

 span { border-color: rgb(171,163,93); }

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