Html Css Color HEX #AAA25E Gimblet

📋 copy color: '#AAA25E'

red 170 ◦ green 162 ◦ blue 94

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

Shades of Gimblet #AAA25E

Tints of Gimblet #AAA25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 39.91%
G = 38.03%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA25E (or 0xAAA25E) is known color: Gimblet. HEX triplet: AA, A2 and 5E. RGB value is (170,162,94). Sum of RGB (Red+Green+Blue) = 170+162+94=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA25E is #555DA1. Grayscale: #9C9C9C. Windows color (decimal): -5594530 or 6202026. OLE color: 6202026.

HSL color Cylindrical-coordinate representation of color #AAA25E: hue angle of 53.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAA25E is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 162 94 -
CMYK 0 0.05 0.45 0.33
HSL 53.68º 0.31% 0.52% -
HSV(B) 53.68º 0.45% 0.67% -
XYZ 31.52 35.19 15.72 -
YUV 156.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 170 162 94 0 0.05 0.45 0.33 53.68 0.31 0.52
Hex AA A2 5E 0 5 2D 21 36 1F 34
Octal 252 242 136 0 5 55 41 66 37 64
Binary 10101010 10100010 1011110 0 101 101101 100001 110110 11111 110100

Color Harmonies of #AAA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA25E

Black with #AAA25E

Text Example


Text Example

White with #AAA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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