Html Css Color HEX #AAAC45 Brass

📋 copy color: '#AAAC45'

red 170 ◦ green 172 ◦ blue 69

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

Shades of Brass #AAAC45

Tints of Brass #AAAC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.79%

R = 41.36%
G = 41.85%
B = 16.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AAAC45 (or 0xAAAC45) is known color: Brass. HEX triplet: AA, AC and 45. RGB value is (170,172,69). Sum of RGB (Red+Green+Blue) = 170+172+69=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC45 is #5553BA. Grayscale: #A0A0A0. Windows color (decimal): -5591995 or 4566186. OLE color: 4566186.

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

Color convert

RGB 170 172 69 -
CMYK 0.01 0 0.60 0.33
HSL 61.17º 0.43% 0.47% -
HSV(B) 61.17º 0.6% 0.67% -
XYZ 32.4 38.48 11.35 -
YUV 159.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 170 172 69 0.01 0 0.60 0.33 61.17 0.43 0.47
Hex AA AC 45 1 0 3C 21 3D 2B 2F
Octal 252 254 105 1 0 74 41 75 53 57
Binary 10101010 10101100 1000101 1 0 111100 100001 111101 101011 101111

Color Harmonies of #AAAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC45

Black with #AAAC45

Text Example


Text Example

White with #AAAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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