Html Css Color HEX #AAA93A Brass

📋 copy color: '#AAA93A'

red 170 ◦ green 169 ◦ blue 58

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

Shades of Brass #AAA93A

Tints of Brass #AAA93A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 42.82%
G = 42.57%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA93A (or 0xAAA93A) is known color: Brass. HEX triplet: AA, A9 and 3A. RGB value is (170,169,58). Sum of RGB (Red+Green+Blue) = 170+169+58=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA93A is #5556C5. Grayscale: #9D9D9D. Windows color (decimal): -5592774 or 3844522. OLE color: 3844522.

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

Color convert

RGB 170 169 58 -
CMYK 0 0.01 0.66 0.33
HSL 59.46º 0.49% 0.45% -
HSV(B) 59.46º 0.66% 0.67% -
XYZ 31.53 37.23 9.53 -
YUV 156.65 72.33 137.53 -
System Red Green Blue C M Y K H S L
Decimal 170 169 58 0 0.01 0.66 0.33 59.46 0.49 0.45
Hex AA A9 3A 0 1 42 21 3B 31 2D
Octal 252 251 72 0 1 102 41 73 61 55
Binary 10101010 10101001 111010 0 1 1000010 100001 111011 110001 101101

Color Harmonies of #AAA93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA93A

Black with #AAA93A

Text Example


Text Example

White with #AAA93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA93A; }

 p { color: rgb(170,169,58); }

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

background-color css

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

 a { background-color: rgb(170,169,58); }

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

border-color css

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

 span { border-color: rgb(170,169,58); }

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