Html Css Color HEX #AAA239 Brass

📋 copy color: '#AAA239'

red 170 ◦ green 162 ◦ blue 57

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

Shades of Brass #AAA239

Tints of Brass #AAA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.65%

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

R = 43.7%
G = 41.65%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA239 (or 0xAAA239) is known color: Brass. HEX triplet: AA, A2 and 39. RGB value is (170,162,57). Sum of RGB (Red+Green+Blue) = 170+162+57=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA239 is #555DC6. Grayscale: #989898. Windows color (decimal): -5594567 or 3777194. OLE color: 3777194.

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

Color convert

RGB 170 162 57 -
CMYK 0 0.05 0.66 0.33
HSL 55.75º 0.5% 0.45% -
HSV(B) 55.75º 0.66% 0.67% -
XYZ 30.24 34.68 8.97 -
YUV 152.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 170 162 57 0 0.05 0.66 0.33 55.75 0.5 0.45
Hex AA A2 39 0 5 42 21 38 32 2D
Octal 252 242 71 0 5 102 41 70 62 55
Binary 10101010 10100010 111001 0 101 1000010 100001 111000 110010 101101

Color Harmonies of #AAA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA239

Black with #AAA239

Text Example


Text Example

White with #AAA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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