Html Css Color HEX #ABA766 Gimblet

📋 copy color: '#ABA766'

red 171 ◦ green 167 ◦ blue 102

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

Shades of Gimblet #ABA766

Tints of Gimblet #ABA766

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 38.86%
G = 37.95%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ABA766 (or 0xABA766) is known color: Gimblet. HEX triplet: AB, A7 and 66. RGB value is (171,167,102). Sum of RGB (Red+Green+Blue) = 171+167+102=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA766 is #545899. Grayscale: #A1A1A1. Windows color (decimal): -5527706 or 6727595. OLE color: 6727595.

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

Color convert

RGB 171 167 102 -
CMYK 0 0.02 0.40 0.33
HSL 56.52º 0.29% 0.54% -
HSV(B) 56.52º 0.4% 0.67% -
XYZ 33.01 37.25 18.02 -
YUV 160.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 171 167 102 0 0.02 0.40 0.33 56.52 0.29 0.54
Hex AB A7 66 0 2 28 21 39 1D 36
Octal 253 247 146 0 2 50 41 71 35 66
Binary 10101011 10100111 1100110 0 10 101000 100001 111001 11101 110110

Color Harmonies of #ABA766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA766

Black with #ABA766

Text Example


Text Example

White with #ABA766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA766; }

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

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

background-color css

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

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

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

border-color css

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

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

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