Html Css Color HEX #AAA84A Brass

📋 copy color: '#AAA84A'

red 170 ◦ green 168 ◦ blue 74

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

Shades of Brass #AAA84A

Tints of Brass #AAA84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 41.26%
G = 40.78%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA84A (or 0xAAA84A) is known color: Brass. HEX triplet: AA, A8 and 4A. RGB value is (170,168,74). Sum of RGB (Red+Green+Blue) = 170+168+74=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA84A is #5557B5. Grayscale: #9E9E9E. Windows color (decimal): -5593014 or 4892842. OLE color: 4892842.

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

Color convert

RGB 170 168 74 -
CMYK 0 0.01 0.56 0.33
HSL 58.75º 0.39% 0.48% -
HSV(B) 58.75º 0.56% 0.67% -
XYZ 31.82 37.05 11.95 -
YUV 157.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 170 168 74 0 0.01 0.56 0.33 58.75 0.39 0.48
Hex AA A8 4A 0 1 38 21 3B 27 30
Octal 252 250 112 0 1 70 41 73 47 60
Binary 10101010 10101000 1001010 0 1 111000 100001 111011 100111 110000

Color Harmonies of #AAA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA84A

Black with #AAA84A

Text Example


Text Example

White with #AAA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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