Html Css Color HEX #ABA066 Gimblet

📋 copy color: '#ABA066'

red 171 ◦ green 160 ◦ blue 102

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

Shades of Gimblet #ABA066

Tints of Gimblet #ABA066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

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

R = 39.49%
G = 36.95%
B = 23.56%

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

#ABA066 (or 0xABA066) is known color: Gimblet. HEX triplet: AB, A0 and 66. RGB value is (171,160,102). Sum of RGB (Red+Green+Blue) = 171+160+102=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA066 is #545F99. Grayscale: #9C9C9C. Windows color (decimal): -5529498 or 6725803. OLE color: 6725803.

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

Color convert

RGB 171 160 102 -
CMYK 0 0.06 0.40 0.33
HSL 50.43º 0.29% 0.54% -
HSV(B) 50.43º 0.4% 0.67% -
XYZ 31.76 34.76 17.61 -
YUV 156.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 171 160 102 0 0.06 0.40 0.33 50.43 0.29 0.54
Hex AB A0 66 0 6 28 21 32 1D 36
Octal 253 240 146 0 6 50 41 62 35 66
Binary 10101011 10100000 1100110 0 110 101000 100001 110010 11101 110110

Color Harmonies of #ABA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA066

Black with #ABA066

Text Example


Text Example

White with #ABA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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