Html Css Color HEX #AAA368 Gimblet

📋 copy color: '#AAA368'

red 170 ◦ green 163 ◦ blue 104

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

Shades of Gimblet #AAA368

Tints of Gimblet #AAA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

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

R = 38.9%
G = 37.3%
B = 23.8%

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

#AAA368 (or 0xAAA368) is known color: Gimblet. HEX triplet: AA, A3 and 68. RGB value is (170,163,104). Sum of RGB (Red+Green+Blue) = 170+163+104=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA368 is #555C97. Grayscale: #9E9E9E. Windows color (decimal): -5594264 or 6857642. OLE color: 6857642.

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

Color convert

RGB 170 163 104 -
CMYK 0 0.04 0.39 0.33
HSL 53.64º 0.28% 0.54% -
HSV(B) 53.64º 0.39% 0.67% -
XYZ 32.17 35.74 18.3 -
YUV 158.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 170 163 104 0 0.04 0.39 0.33 53.64 0.28 0.54
Hex AA A3 68 0 4 27 21 36 1C 36
Octal 252 243 150 0 4 47 41 66 34 66
Binary 10101010 10100011 1101000 0 100 100111 100001 110110 11100 110110

Color Harmonies of #AAA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA368

Black with #AAA368

Text Example


Text Example

White with #AAA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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