Html Css Color HEX #ABA663 Gimblet

📋 copy color: '#ABA663'

red 171 ◦ green 166 ◦ blue 99

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

Shades of Gimblet #ABA663

Tints of Gimblet #ABA663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 39.22%
G = 38.07%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#ABA663 (or 0xABA663) is known color: Gimblet. HEX triplet: AB, A6 and 63. RGB value is (171,166,99). Sum of RGB (Red+Green+Blue) = 171+166+99=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA663 is #54599C. Grayscale: #A0A0A0. Windows color (decimal): -5527965 or 6530731. OLE color: 6530731.

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

Color convert

RGB 171 166 99 -
CMYK 0 0.03 0.42 0.33
HSL 55.83º 0.3% 0.53% -
HSV(B) 55.83º 0.42% 0.67% -
XYZ 32.68 36.83 17.19 -
YUV 159.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 171 166 99 0 0.03 0.42 0.33 55.83 0.3 0.53
Hex AB A6 63 0 3 2A 21 38 1E 35
Octal 253 246 143 0 3 52 41 70 36 65
Binary 10101011 10100110 1100011 0 11 101010 100001 111000 11110 110101

Color Harmonies of #ABA663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA663

Black with #ABA663

Text Example


Text Example

White with #ABA663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA663; }

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

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

background-color css

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

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

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

border-color css

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

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

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