Html Css Color HEX #ABA466 Gimblet

📋 copy color: '#ABA466'

red 171 ◦ green 164 ◦ blue 102

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

Shades of Gimblet #ABA466

Tints of Gimblet #ABA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

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

R = 39.13%
G = 37.53%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABA466 (or 0xABA466) is known color: Gimblet. HEX triplet: AB, A4 and 66. RGB value is (171,164,102). Sum of RGB (Red+Green+Blue) = 171+164+102=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA466 is #545B99. Grayscale: #9F9F9F. Windows color (decimal): -5528474 or 6726827. OLE color: 6726827.

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

Color convert

RGB 171 164 102 -
CMYK 0 0.04 0.40 0.33
HSL 53.91º 0.29% 0.54% -
HSV(B) 53.91º 0.4% 0.67% -
XYZ 32.47 36.17 17.84 -
YUV 159.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 171 164 102 0 0.04 0.40 0.33 53.91 0.29 0.54
Hex AB A4 66 0 4 28 21 36 1D 36
Octal 253 244 146 0 4 50 41 66 35 66
Binary 10101011 10100100 1100110 0 100 101000 100001 110110 11101 110110

Color Harmonies of #ABA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA466

Black with #ABA466

Text Example


Text Example

White with #ABA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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