Html Css Color HEX #AAA76B Gimblet

📋 copy color: '#AAA76B'

red 170 ◦ green 167 ◦ blue 107

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

Shades of Gimblet #AAA76B

Tints of Gimblet #AAA76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.61%

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 38.29%
G = 37.61%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AAA76B (or 0xAAA76B) is known color: Gimblet. HEX triplet: AA, A7 and 6B. RGB value is (170,167,107). Sum of RGB (Red+Green+Blue) = 170+167+107=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA76B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA76B is #555894. Grayscale: #A1A1A1. Windows color (decimal): -5593237 or 7055274. OLE color: 7055274.

HSL color Cylindrical-coordinate representation of color #AAA76B: hue angle of 57.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAA76B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 107 -
CMYK 0 0.02 0.37 0.33
HSL 57.14º 0.27% 0.54% -
HSV(B) 57.14º 0.37% 0.67% -
XYZ 33.05 37.25 19.36 -
YUV 161.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 170 167 107 0 0.02 0.37 0.33 57.14 0.27 0.54
Hex AA A7 6B 0 2 25 21 39 1B 36
Octal 252 247 153 0 2 45 41 71 33 66
Binary 10101010 10100111 1101011 0 10 100101 100001 111001 11011 110110

Color Harmonies of #AAA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA76B

Black with #AAA76B

Text Example


Text Example

White with #AAA76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA76B; }

 p { color: rgb(170,167,107); }

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

background-color css

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

 a { background-color: rgb(170,167,107); }

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

border-color css

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

 span { border-color: rgb(170,167,107); }

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