Html Css Color HEX #AAA339 Brass

📋 copy color: '#AAA339'

red 170 ◦ green 163 ◦ blue 57

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

Shades of Brass #AAA339

Tints of Brass #AAA339

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

 BLUE value IS 57 (22.66% from 255) = 14.62%

R = 43.59%
G = 41.79%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA339 (or 0xAAA339) is known color: Brass. HEX triplet: AA, A3 and 39. RGB value is (170,163,57). Sum of RGB (Red+Green+Blue) = 170+163+57=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA339 is #555CC6. Grayscale: #999999. Windows color (decimal): -5594311 or 3777450. OLE color: 3777450.

HSL color Cylindrical-coordinate representation of color #AAA339: hue angle of 56.28º degrees, saturation: 0.5, 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 #AAA339 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 57 -
CMYK 0 0.04 0.66 0.33
HSL 56.28º 0.5% 0.45% -
HSV(B) 56.28º 0.66% 0.67% -
XYZ 30.41 35.04 9.03 -
YUV 153.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 170 163 57 0 0.04 0.66 0.33 56.28 0.5 0.45
Hex AA A3 39 0 4 42 21 38 32 2D
Octal 252 243 71 0 4 102 41 70 62 55
Binary 10101010 10100011 111001 0 100 1000010 100001 111000 110010 101101

Color Harmonies of #AAA339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA339

Black with #AAA339

Text Example


Text Example

White with #AAA339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA339; }

 p { color: rgb(170,163,57); }

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

background-color css

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

 a { background-color: rgb(170,163,57); }

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

border-color css

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

 span { border-color: rgb(170,163,57); }

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