Html Css Color HEX #ABA164 Gimblet

📋 copy color: '#ABA164'

red 171 ◦ green 161 ◦ blue 100

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

Shades of Gimblet #ABA164

Tints of Gimblet #ABA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.15%

R = 39.58%
G = 37.27%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ABA164 (or 0xABA164) is known color: Gimblet. HEX triplet: AB, A1 and 64. RGB value is (171,161,100). Sum of RGB (Red+Green+Blue) = 171+161+100=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA164 is #545E9B. Grayscale: #9D9D9D. Windows color (decimal): -5529244 or 6594987. OLE color: 6594987.

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

Color convert

RGB 171 161 100 -
CMYK 0 0.06 0.42 0.33
HSL 51.55º 0.3% 0.53% -
HSV(B) 51.55º 0.42% 0.67% -
XYZ 31.84 35.07 17.15 -
YUV 157.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 171 161 100 0 0.06 0.42 0.33 51.55 0.3 0.53
Hex AB A1 64 0 6 2A 21 34 1E 35
Octal 253 241 144 0 6 52 41 64 36 65
Binary 10101011 10100001 1100100 0 110 101010 100001 110100 11110 110101

Color Harmonies of #ABA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA164

Black with #ABA164

Text Example


Text Example

White with #ABA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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