#ABA167

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

Shades of Gimblet #ABA167

Tints of Gimblet #ABA167

Color information

#ABA167 (or 0xABA167) is unknown color: approx Gimblet. HEX triplet: AB, A1 and 67. RGB value is (171,161,103). Sum of RGB (Red+Green+Blue) = 171+161+103=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA167 is #545E98. Grayscale: #9D9D9D. Windows color (decimal): -5529241 or 6791595. OLE color: 6791595.

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

Color convert

RGB171161103-
CMYK00.060.400.33
HSL51.18º28.81%53.73%-
HSV(B)51.18º39.77%67.06%-
XYZ31.9935.1317.93-
YUV157.3897.31137.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=39.31%
G=37.01%
B=23.68%

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
Decimal17116110300.060.400.3351.1828.8153.73
HexABA167062821331d36
Octal253241147065041633566
Binary10101011101000011100111011010100010000111001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA167; }

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

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

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

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

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

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

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

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