Html Css Color HEX #AAA74A Brass

📋 copy color: '#AAA74A'

red 170 ◦ green 167 ◦ blue 74

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

Shades of Brass #AAA74A

Tints of Brass #AAA74A

RGB

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

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

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

R = 41.36%
G = 40.63%
B = 18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA74A (or 0xAAA74A) is known color: Brass. HEX triplet: AA, A7 and 4A. RGB value is (170,167,74). Sum of RGB (Red+Green+Blue) = 170+167+74=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA74A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA74A is #5558B5. Grayscale: #9D9D9D. Windows color (decimal): -5593270 or 4892586. OLE color: 4892586.

HSL color Cylindrical-coordinate representation of color #AAA74A: hue angle of 58.12º 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 #AAA74A is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 74 -
CMYK 0 0.02 0.56 0.33
HSL 58.13º 0.39% 0.48% -
HSV(B) 58.13º 0.56% 0.67% -
XYZ 31.63 36.68 11.89 -
YUV 157.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 170 167 74 0 0.02 0.56 0.33 58.13 0.39 0.48
Hex AA A7 4A 0 2 38 21 3A 27 30
Octal 252 247 112 0 2 70 41 72 47 60
Binary 10101010 10100111 1001010 0 10 111000 100001 111010 100111 110000

Color Harmonies of #AAA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA74A

Black with #AAA74A

Text Example


Text Example

White with #AAA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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