Html Css Color HEX #AAA667 Gimblet

📋 copy color: '#AAA667'

red 170 ◦ green 166 ◦ blue 103

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

Shades of Gimblet #AAA667

Tints of Gimblet #AAA667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 38.72%
G = 37.81%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AAA667 (or 0xAAA667) is known color: Gimblet. HEX triplet: AA, A6 and 67. RGB value is (170,166,103). Sum of RGB (Red+Green+Blue) = 170+166+103=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA667 is #555998. Grayscale: #A0A0A0. Windows color (decimal): -5593497 or 6792874. OLE color: 6792874.

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

Color convert

RGB 170 166 103 -
CMYK 0 0.02 0.39 0.33
HSL 56.42º 0.28% 0.54% -
HSV(B) 56.42º 0.39% 0.67% -
XYZ 32.66 36.8 18.21 -
YUV 160.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 170 166 103 0 0.02 0.39 0.33 56.42 0.28 0.54
Hex AA A6 67 0 2 27 21 38 1C 36
Octal 252 246 147 0 2 47 41 70 34 66
Binary 10101010 10100110 1100111 0 10 100111 100001 111000 11100 110110

Color Harmonies of #AAA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA667

Black with #AAA667

Text Example


Text Example

White with #AAA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA667; }

 p { color: rgb(170,166,103); }

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

background-color css

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

 a { background-color: rgb(170,166,103); }

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

border-color css

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

 span { border-color: rgb(170,166,103); }

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