Html Css Color HEX #AAA467 Gimblet

📋 copy color: '#AAA467'

red 170 ◦ green 164 ◦ blue 103

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

Shades of Gimblet #AAA467

Tints of Gimblet #AAA467

RGB

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

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

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

R = 38.9%
G = 37.53%
B = 23.57%

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

#AAA467 (or 0xAAA467) is known color: Gimblet. HEX triplet: AA, A4 and 67. RGB value is (170,164,103). Sum of RGB (Red+Green+Blue) = 170+164+103=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA467 is #555B98. Grayscale: #9F9F9F. Windows color (decimal): -5594009 or 6792362. OLE color: 6792362.

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

Color convert

RGB 170 164 103 -
CMYK 0 0.04 0.39 0.33
HSL 54.63º 0.28% 0.54% -
HSV(B) 54.63º 0.39% 0.67% -
XYZ 32.3 36.08 18.09 -
YUV 158.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 170 164 103 0 0.04 0.39 0.33 54.63 0.28 0.54
Hex AA A4 67 0 4 27 21 37 1C 36
Octal 252 244 147 0 4 47 41 67 34 66
Binary 10101010 10100100 1100111 0 100 100111 100001 110111 11100 110110

Color Harmonies of #AAA467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA467

Black with #AAA467

Text Example


Text Example

White with #AAA467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA467; }

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

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

background-color css

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

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

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

border-color css

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

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

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