Html Css Color HEX #AAA933 Brass

📋 copy color: '#AAA933'

red 170 ◦ green 169 ◦ blue 51

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

Shades of Brass #AAA933

Tints of Brass #AAA933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.08%

R = 43.59%
G = 43.33%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AAA933 (or 0xAAA933) is known color: Brass. HEX triplet: AA, A9 and 33. RGB value is (170,169,51). Sum of RGB (Red+Green+Blue) = 170+169+51=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA933 is #5556CC. Grayscale: #9C9C9C. Windows color (decimal): -5592781 or 3385770. OLE color: 3385770.

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

Color convert

RGB 170 169 51 -
CMYK 0 0.01 0.7 0.33
HSL 59.5º 0.54% 0.43% -
HSV(B) 59.5º 0.7% 0.67% -
XYZ 31.36 37.16 8.65 -
YUV 155.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 170 169 51 0 0.01 0.7 0.33 59.5 0.54 0.43
Hex AA A9 33 0 1 46 21 3B 36 2B
Octal 252 251 63 0 1 106 41 73 66 53
Binary 10101010 10101001 110011 0 1 1000110 100001 111011 110110 101011

Color Harmonies of #AAA933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA933

Black with #AAA933

Text Example


Text Example

White with #AAA933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA933; }

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

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

background-color css

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

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

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

border-color css

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

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

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