Html Css Color HEX #AAA468 Gimblet

📋 copy color: '#AAA468'

red 170 ◦ green 164 ◦ blue 104

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

Shades of Gimblet #AAA468

Tints of Gimblet #AAA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

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

R = 38.81%
G = 37.44%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AAA468 (or 0xAAA468) is known color: Gimblet. HEX triplet: AA, A4 and 68. RGB value is (170,164,104). Sum of RGB (Red+Green+Blue) = 170+164+104=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA468 is #555B97. Grayscale: #9F9F9F. Windows color (decimal): -5594008 or 6857898. OLE color: 6857898.

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

Color convert

RGB 170 164 104 -
CMYK 0 0.04 0.39 0.33
HSL 54.55º 0.28% 0.54% -
HSV(B) 54.55º 0.39% 0.67% -
XYZ 32.35 36.1 18.36 -
YUV 158.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 170 164 104 0 0.04 0.39 0.33 54.55 0.28 0.54
Hex AA A4 68 0 4 27 21 37 1C 36
Octal 252 244 150 0 4 47 41 67 34 66
Binary 10101010 10100100 1101000 0 100 100111 100001 110111 11100 110110

Color Harmonies of #AAA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA468

Black with #AAA468

Text Example


Text Example

White with #AAA468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA468; }

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

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

background-color css

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

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

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

border-color css

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

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

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