Html Css Color HEX #ABA166 Gimblet

📋 copy color: '#ABA166'

red 171 ◦ green 161 ◦ blue 102

#ABA166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #ABA166

Tints of Gimblet #ABA166

RGB

 RED value IS 171 (67.19% from 255) = 39.4%

 GREEN value IS 161 (63.28% from 255) = 37.1%

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 39.4%
G = 37.1%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABA166 (or 0xABA166) is known color: Gimblet. HEX triplet: AB, A1 and 66. RGB value is (171,161,102). Sum of RGB (Red+Green+Blue) = 171+161+102=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA166 is #545E99. Grayscale: #9D9D9D. Windows color (decimal): -5529242 or 6726059. OLE color: 6726059.

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

Color convert

RGB 171 161 102 -
CMYK 0 0.06 0.40 0.33
HSL 51.3º 0.29% 0.54% -
HSV(B) 51.3º 0.4% 0.67% -
XYZ 31.94 35.11 17.66 -
YUV 157.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 171 161 102 0 0.06 0.40 0.33 51.3 0.29 0.54
Hex AB A1 66 0 6 28 21 33 1D 36
Octal 253 241 146 0 6 50 41 63 35 66
Binary 10101011 10100001 1100110 0 110 101000 100001 110011 11101 110110

Color Harmonies of #ABA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA166

Black with #ABA166

Text Example


Text Example

White with #ABA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA166; }

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

 H1.HeaderClassName
 {
   color: #ABA166;
 }
 .AnyTagClassName
 {
   color: #ABA166;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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