Html Css Color HEX #ABA866 Gimblet

📋 copy color: '#ABA866'

red 171 ◦ green 168 ◦ blue 102

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

Shades of Gimblet #ABA866

Tints of Gimblet #ABA866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

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

R = 38.78%
G = 38.1%
B = 23.13%

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

#ABA866 (or 0xABA866) is known color: Gimblet. HEX triplet: AB, A8 and 66. RGB value is (171,168,102). Sum of RGB (Red+Green+Blue) = 171+168+102=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA866 is #545799. Grayscale: #A1A1A1. Windows color (decimal): -5527450 or 6727851. OLE color: 6727851.

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

Color convert

RGB 171 168 102 -
CMYK 0 0.02 0.40 0.33
HSL 57.39º 0.29% 0.54% -
HSV(B) 57.39º 0.4% 0.67% -
XYZ 33.2 37.62 18.08 -
YUV 161.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 171 168 102 0 0.02 0.40 0.33 57.39 0.29 0.54
Hex AB A8 66 0 2 28 21 39 1D 36
Octal 253 250 146 0 2 50 41 71 35 66
Binary 10101011 10101000 1100110 0 10 101000 100001 111001 11101 110110

Color Harmonies of #ABA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA866

Black with #ABA866

Text Example


Text Example

White with #ABA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA866; }

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

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

background-color css

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

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

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

border-color css

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

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

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