Html Css Color HEX #AAA568 Gimblet

📋 copy color: '#AAA568'

red 170 ◦ green 165 ◦ blue 104

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

Shades of Gimblet #AAA568

Tints of Gimblet #AAA568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

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

R = 38.72%
G = 37.59%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AAA568 (or 0xAAA568) is known color: Gimblet. HEX triplet: AA, A5 and 68. RGB value is (170,165,104). Sum of RGB (Red+Green+Blue) = 170+165+104=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA568 is #555A97. Grayscale: #9F9F9F. Windows color (decimal): -5593752 or 6858154. OLE color: 6858154.

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

Color convert

RGB 170 165 104 -
CMYK 0 0.03 0.39 0.33
HSL 55.45º 0.28% 0.54% -
HSV(B) 55.45º 0.39% 0.67% -
XYZ 32.53 36.46 18.42 -
YUV 159.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 170 165 104 0 0.03 0.39 0.33 55.45 0.28 0.54
Hex AA A5 68 0 3 27 21 37 1C 36
Octal 252 245 150 0 3 47 41 67 34 66
Binary 10101010 10100101 1101000 0 11 100111 100001 110111 11100 110110

Color Harmonies of #AAA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA568

Black with #AAA568

Text Example


Text Example

White with #AAA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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