Html Css Color HEX #AAAC4C Brass

📋 copy color: '#AAAC4C'

red 170 ◦ green 172 ◦ blue 76

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

Shades of Brass #AAAC4C

Tints of Brass #AAAC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 40.67%
G = 41.15%
B = 18.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAAC4C (or 0xAAAC4C) is known color: Brass. HEX triplet: AA, AC and 4C. RGB value is (170,172,76). Sum of RGB (Red+Green+Blue) = 170+172+76=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC4C is #5553B3. Grayscale: #A0A0A0. Windows color (decimal): -5591988 or 5024938. OLE color: 5024938.

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

Color convert

RGB 170 172 76 -
CMYK 0.01 0 0.56 0.33
HSL 61.25º 0.39% 0.49% -
HSV(B) 61.25º 0.56% 0.67% -
XYZ 32.63 38.57 12.56 -
YUV 160.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 170 172 76 0.01 0 0.56 0.33 61.25 0.39 0.49
Hex AA AC 4C 1 0 38 21 3D 27 31
Octal 252 254 114 1 0 70 41 75 47 61
Binary 10101010 10101100 1001100 1 0 111000 100001 111101 100111 110001

Color Harmonies of #AAAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC4C

Black with #AAAC4C

Text Example


Text Example

White with #AAAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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