Html Css Color HEX #AAA73F Brass

📋 copy color: '#AAA73F'

red 170 ◦ green 167 ◦ blue 63

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

Shades of Brass #AAA73F

Tints of Brass #AAA73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 42.5%
G = 41.75%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAA73F (or 0xAAA73F) is known color: Brass. HEX triplet: AA, A7 and 3F. RGB value is (170,167,63). Sum of RGB (Red+Green+Blue) = 170+167+63=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA73F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA73F is #5558C0. Grayscale: #9C9C9C. Windows color (decimal): -5593281 or 4171690. OLE color: 4171690.

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

Color convert

RGB 170 167 63 -
CMYK 0 0.02 0.63 0.33
HSL 58.32º 0.46% 0.46% -
HSV(B) 58.32º 0.63% 0.67% -
XYZ 31.29 36.54 10.11 -
YUV 156.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 170 167 63 0 0.02 0.63 0.33 58.32 0.46 0.46
Hex AA A7 3F 0 2 3F 21 3A 2E 2E
Octal 252 247 77 0 2 77 41 72 56 56
Binary 10101010 10100111 111111 0 10 111111 100001 111010 101110 101110

Color Harmonies of #AAA73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA73F

Black with #AAA73F

Text Example


Text Example

White with #AAA73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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