Html Css Color HEX #AAA73B Brass

📋 copy color: '#AAA73B'

red 170 ◦ green 167 ◦ blue 59

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

Shades of Brass #AAA73B

Tints of Brass #AAA73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 42.93%
G = 42.17%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AAA73B (or 0xAAA73B) is known color: Brass. HEX triplet: AA, A7 and 3B. RGB value is (170,167,59). Sum of RGB (Red+Green+Blue) = 170+167+59=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA73B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA73B is #5558C4. Grayscale: #9C9C9C. Windows color (decimal): -5593285 or 3909546. OLE color: 3909546.

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

Color convert

RGB 170 167 59 -
CMYK 0 0.02 0.65 0.33
HSL 58.38º 0.48% 0.45% -
HSV(B) 58.38º 0.65% 0.67% -
XYZ 31.19 36.5 9.54 -
YUV 155.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 170 167 59 0 0.02 0.65 0.33 58.38 0.48 0.45
Hex AA A7 3B 0 2 41 21 3A 30 2D
Octal 252 247 73 0 2 101 41 72 60 55
Binary 10101010 10100111 111011 0 10 1000001 100001 111010 110000 101101

Color Harmonies of #AAA73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA73B

Black with #AAA73B

Text Example


Text Example

White with #AAA73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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