#ABA162

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

Shades of Gimblet #ABA162

Tints of Gimblet #ABA162

Color information

#ABA162 (or 0xABA162) is unknown color: approx Gimblet. HEX triplet: AB, A1 and 62. RGB value is (171,161,98). Sum of RGB (Red+Green+Blue) = 171+161+98=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA162 is #545E9D. Grayscale: #9D9D9D. Windows color (decimal): -5529246 or 6463915. OLE color: 6463915.

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

Color convert

RGB17116198-
CMYK00.060.430.33
HSL51.78º30.29%52.75%-
HSV(B)51.78º42.69%67.06%-
XYZ31.7435.0316.64-
YUV156.8194.81138.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=39.77%
G=37.44%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711619800.060.430.3351.7830.2952.75
HexABA162062B21341e35
Octal253241142065341643665
Binary10101011101000011100010011010101110000111010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA162; }

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

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

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

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

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

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

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

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