Html Css Color HEX #AAA55F Gimblet

📋 copy color: '#AAA55F'

red 170 ◦ green 165 ◦ blue 95

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

Shades of Gimblet #AAA55F

Tints of Gimblet #AAA55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.09%

R = 39.53%
G = 38.37%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAA55F (or 0xAAA55F) is known color: Gimblet. HEX triplet: AA, A5 and 5F. RGB value is (170,165,95). Sum of RGB (Red+Green+Blue) = 170+165+95=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA55F is #555AA0. Grayscale: #9E9E9E. Windows color (decimal): -5593761 or 6268330. OLE color: 6268330.

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

Color convert

RGB 170 165 95 -
CMYK 0 0.03 0.44 0.33
HSL 56º 0.31% 0.52% -
HSV(B) 56º 0.44% 0.67% -
XYZ 32.1 36.28 16.14 -
YUV 158.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 170 165 95 0 0.03 0.44 0.33 56 0.31 0.52
Hex AA A5 5F 0 3 2C 21 38 1F 34
Octal 252 245 137 0 3 54 41 70 37 64
Binary 10101010 10100101 1011111 0 11 101100 100001 111000 11111 110100

Color Harmonies of #AAA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA55F

Black with #AAA55F

Text Example


Text Example

White with #AAA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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