Html Css Color HEX #AAA869 Gimblet

📋 copy color: '#AAA869'

red 170 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #AAA869

Tints of Gimblet #AAA869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.7%

R = 38.37%
G = 37.92%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AAA869 (or 0xAAA869) is known color: Gimblet. HEX triplet: AA, A8 and 69. RGB value is (170,168,105). Sum of RGB (Red+Green+Blue) = 170+168+105=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA869 is #555796. Grayscale: #A1A1A1. Windows color (decimal): -5592983 or 6924458. OLE color: 6924458.

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

Color convert

RGB 170 168 105 -
CMYK 0 0.01 0.38 0.33
HSL 58.15º 0.28% 0.54% -
HSV(B) 58.15º 0.38% 0.67% -
XYZ 33.13 37.57 18.87 -
YUV 161.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 170 168 105 0 0.01 0.38 0.33 58.15 0.28 0.54
Hex AA A8 69 0 1 26 21 3A 1C 36
Octal 252 250 151 0 1 46 41 72 34 66
Binary 10101010 10101000 1101001 0 1 100110 100001 111010 11100 110110

Color Harmonies of #AAA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA869

Black with #AAA869

Text Example


Text Example

White with #AAA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA869; }

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

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

background-color css

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

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

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

border-color css

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

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

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