#ABA066

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

Shades of Gimblet #ABA066

Tints of Gimblet #ABA066

Color information

#ABA066 (or 0xABA066) is unknown color: approx Gimblet. HEX triplet: AB, A0 and 66. RGB value is (171,160,102). Sum of RGB (Red+Green+Blue) = 171+160+102=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA066 is #545F99. Grayscale: #9C9C9C. Windows color (decimal): -5529498 or 6725803. OLE color: 6725803.

HSL color Cylindrical-coordinate representation of color #ABA066: hue angle of 50.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA066 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171160102-
CMYK00.060.400.33
HSL50.43º29.11%53.53%-
HSV(B)50.43º40.35%67.06%-
XYZ31.7634.7617.61-
YUV156.6897.14138.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=39.49%
G=36.95%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116010200.060.400.3350.4329.1153.53
HexABA066062821321d36
Octal253240146065041623566
Binary10101011101000001100110011010100010000111001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA066; }

 p { color: rgb(171,160,102); }

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

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

 a { background-color: rgb(171,160,102); }

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

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

 span { border-color: rgb(171,160,102); }

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