Html Css Color HEX #AAA268 Gimblet

📋 copy color: '#AAA268'

red 170 ◦ green 162 ◦ blue 104

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

Shades of Gimblet #AAA268

Tints of Gimblet #AAA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.16%

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

R = 38.99%
G = 37.16%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AAA268 (or 0xAAA268) is known color: Gimblet. HEX triplet: AA, A2 and 68. RGB value is (170,162,104). Sum of RGB (Red+Green+Blue) = 170+162+104=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA268 is #555D97. Grayscale: #9E9E9E. Windows color (decimal): -5594520 or 6857386. OLE color: 6857386.

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

Color convert

RGB 170 162 104 -
CMYK 0 0.05 0.39 0.33
HSL 52.73º 0.28% 0.54% -
HSV(B) 52.73º 0.39% 0.67% -
XYZ 32 35.39 18.24 -
YUV 157.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 170 162 104 0 0.05 0.39 0.33 52.73 0.28 0.54
Hex AA A2 68 0 5 27 21 35 1C 36
Octal 252 242 150 0 5 47 41 65 34 66
Binary 10101010 10100010 1101000 0 101 100111 100001 110101 11100 110110

Color Harmonies of #AAA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA268

Black with #AAA268

Text Example


Text Example

White with #AAA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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