Html Css Color HEX #AAA868 Gimblet

📋 copy color: '#AAA868'

red 170 ◦ green 168 ◦ blue 104

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

Shades of Gimblet #AAA868

Tints of Gimblet #AAA868

RGB

 RED value IS 170 (66.8% from 255) = 38.46%

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

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 38.46%
G = 38.01%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AAA868 (or 0xAAA868) is known color: Gimblet. HEX triplet: AA, A8 and 68. RGB value is (170,168,104). Sum of RGB (Red+Green+Blue) = 170+168+104=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA868 is #555797. Grayscale: #A1A1A1. Windows color (decimal): -5592984 or 6858922. OLE color: 6858922.

HSL color Cylindrical-coordinate representation of color #AAA868: hue angle of 58.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA868 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 104 -
CMYK 0 0.01 0.39 0.33
HSL 58.18º 0.28% 0.54% -
HSV(B) 58.18º 0.39% 0.67% -
XYZ 33.08 37.55 18.6 -
YUV 161.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 170 168 104 0 0.01 0.39 0.33 58.18 0.28 0.54
Hex AA A8 68 0 1 27 21 3A 1C 36
Octal 252 250 150 0 1 47 41 72 34 66
Binary 10101010 10101000 1101000 0 1 100111 100001 111010 11100 110110

Color Harmonies of #AAA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA868

Black with #AAA868

Text Example


Text Example

White with #AAA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA868; }

 p { color: rgb(170,168,104); }

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

background-color css

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

 a { background-color: rgb(170,168,104); }

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

border-color css

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

 span { border-color: rgb(170,168,104); }

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