Html Css Color HEX #ABA66C Gimblet

📋 copy color: '#ABA66C'

red 171 ◦ green 166 ◦ blue 108

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

Shades of Gimblet #ABA66C

Tints of Gimblet #ABA66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 38.43%
G = 37.3%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#ABA66C (or 0xABA66C) is known color: Gimblet. HEX triplet: AB, A6 and 6C. RGB value is (171,166,108). Sum of RGB (Red+Green+Blue) = 171+166+108=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA66C is #545993. Grayscale: #A1A1A1. Windows color (decimal): -5527956 or 7120555. OLE color: 7120555.

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

Color convert

RGB 171 166 108 -
CMYK 0 0.03 0.37 0.33
HSL 55.24º 0.27% 0.55% -
HSV(B) 55.24º 0.37% 0.67% -
XYZ 33.14 37.01 19.59 -
YUV 160.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 171 166 108 0 0.03 0.37 0.33 55.24 0.27 0.55
Hex AB A6 6C 0 3 25 21 37 1B 37
Octal 253 246 154 0 3 45 41 67 33 67
Binary 10101011 10100110 1101100 0 11 100101 100001 110111 11011 110111

Color Harmonies of #ABA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA66C

Black with #ABA66C

Text Example


Text Example

White with #ABA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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