Html Css Color HEX #AAAC3F Brass

📋 copy color: '#AAAC3F'

red 170 ◦ green 172 ◦ blue 63

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

Shades of Brass #AAAC3F

Tints of Brass #AAAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.56%

R = 41.98%
G = 42.47%
B = 15.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAAC3F (or 0xAAAC3F) is known color: Brass. HEX triplet: AA, AC and 3F. RGB value is (170,172,63). Sum of RGB (Red+Green+Blue) = 170+172+63=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC3F is #5553C0. Grayscale: #9F9F9F. Windows color (decimal): -5592001 or 4172970. OLE color: 4172970.

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

Color convert

RGB 170 172 63 -
CMYK 0.01 0 0.63 0.33
HSL 61.1º 0.46% 0.46% -
HSV(B) 61.1º 0.63% 0.67% -
XYZ 32.23 38.41 10.42 -
YUV 158.98 73.84 135.86 -
System Red Green Blue C M Y K H S L
Decimal 170 172 63 0.01 0 0.63 0.33 61.1 0.46 0.46
Hex AA AC 3F 1 0 3F 21 3D 2E 2E
Octal 252 254 77 1 0 77 41 75 56 56
Binary 10101010 10101100 111111 1 0 111111 100001 111101 101110 101110

Color Harmonies of #AAAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC3F

Black with #AAAC3F

Text Example


Text Example

White with #AAAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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