Html Css Color HEX #AAAC39 Brass

📋 copy color: '#AAAC39'

red 170 ◦ green 172 ◦ blue 57

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

Shades of Brass #AAAC39

Tints of Brass #AAAC39

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 42.61%
G = 43.11%
B = 14.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AAAC39 (or 0xAAAC39) is known color: Brass. HEX triplet: AA, AC and 39. RGB value is (170,172,57). Sum of RGB (Red+Green+Blue) = 170+172+57=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC39 is #5553C6. Grayscale: #9E9E9E. Windows color (decimal): -5592007 or 3779754. OLE color: 3779754.

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

Color convert

RGB 170 172 57 -
CMYK 0.01 0 0.67 0.33
HSL 61.04º 0.5% 0.45% -
HSV(B) 61.04º 0.67% 0.67% -
XYZ 32.07 38.35 9.58 -
YUV 158.29 70.84 136.35 -
System Red Green Blue C M Y K H S L
Decimal 170 172 57 0.01 0 0.67 0.33 61.04 0.5 0.45
Hex AA AC 39 1 0 43 21 3D 32 2D
Octal 252 254 71 1 0 103 41 75 62 55
Binary 10101010 10101100 111001 1 0 1000011 100001 111101 110010 101101

Color Harmonies of #AAAC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC39

Black with #AAAC39

Text Example


Text Example

White with #AAAC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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