Html Css Color HEX #AAA74C Brass

📋 copy color: '#AAA74C'

red 170 ◦ green 167 ◦ blue 76

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

Shades of Brass #AAA74C

Tints of Brass #AAA74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 41.16%
G = 40.44%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA74C (or 0xAAA74C) is known color: Brass. HEX triplet: AA, A7 and 4C. RGB value is (170,167,76). Sum of RGB (Red+Green+Blue) = 170+167+76=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA74C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA74C is #5558B3. Grayscale: #9D9D9D. Windows color (decimal): -5593268 or 5023658. OLE color: 5023658.

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

Color convert

RGB 170 167 76 -
CMYK 0 0.02 0.55 0.33
HSL 58.09º 0.38% 0.48% -
HSV(B) 58.09º 0.55% 0.67% -
XYZ 31.7 36.71 12.25 -
YUV 157.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 170 167 76 0 0.02 0.55 0.33 58.09 0.38 0.48
Hex AA A7 4C 0 2 37 21 3A 26 30
Octal 252 247 114 0 2 67 41 72 46 60
Binary 10101010 10100111 1001100 0 10 110111 100001 111010 100110 110000

Color Harmonies of #AAA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA74C

Black with #AAA74C

Text Example


Text Example

White with #AAA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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