Html Css Color HEX #AAA84E Brass

📋 copy color: '#AAA84E'

red 170 ◦ green 168 ◦ blue 78

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

Shades of Brass #AAA84E

Tints of Brass #AAA84E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 78 (30.86% from 255) = 18.75%

R = 40.87%
G = 40.38%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA84E (or 0xAAA84E) is known color: Brass. HEX triplet: AA, A8 and 4E. RGB value is (170,168,78). Sum of RGB (Red+Green+Blue) = 170+168+78=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA84E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA84E is #5557B1. Grayscale: #9E9E9E. Windows color (decimal): -5593010 or 5154986. OLE color: 5154986.

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

Color convert

RGB 170 168 78 -
CMYK 0 0.01 0.54 0.33
HSL 58.7º 0.37% 0.49% -
HSV(B) 58.7º 0.54% 0.67% -
XYZ 31.96 37.1 12.68 -
YUV 158.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 170 168 78 0 0.01 0.54 0.33 58.7 0.37 0.49
Hex AA A8 4E 0 1 36 21 3B 25 31
Octal 252 250 116 0 1 66 41 73 45 61
Binary 10101010 10101000 1001110 0 1 110110 100001 111011 100101 110001

Color Harmonies of #AAA84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA84E

Black with #AAA84E

Text Example


Text Example

White with #AAA84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA84E; }

 p { color: rgb(170,168,78); }

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

background-color css

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

 a { background-color: rgb(170,168,78); }

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

border-color css

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

 span { border-color: rgb(170,168,78); }

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