Html Css Color HEX #ABA66A Gimblet

📋 copy color: '#ABA66A'

red 171 ◦ green 166 ◦ blue 106

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

Shades of Gimblet #ABA66A

Tints of Gimblet #ABA66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 38.6%
G = 37.47%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#ABA66A (or 0xABA66A) is known color: Gimblet. HEX triplet: AB, A6 and 6A. RGB value is (171,166,106). Sum of RGB (Red+Green+Blue) = 171+166+106=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA66A is #545995. Grayscale: #A0A0A0. Windows color (decimal): -5527958 or 6989483. OLE color: 6989483.

HSL color Cylindrical-coordinate representation of color #ABA66A: hue angle of 55.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABA66A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 106 -
CMYK 0 0.03 0.38 0.33
HSL 55.38º 0.28% 0.54% -
HSV(B) 55.38º 0.38% 0.67% -
XYZ 33.03 36.97 19.03 -
YUV 160.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 171 166 106 0 0.03 0.38 0.33 55.38 0.28 0.54
Hex AB A6 6A 0 3 26 21 37 1C 36
Octal 253 246 152 0 3 46 41 67 34 66
Binary 10101011 10100110 1101010 0 11 100110 100001 110111 11100 110110

Color Harmonies of #ABA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA66A

Black with #ABA66A

Text Example


Text Example

White with #ABA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA66A; }

 p { color: rgb(171,166,106); }

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

background-color css

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

 a { background-color: rgb(171,166,106); }

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

border-color css

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

 span { border-color: rgb(171,166,106); }

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