Html Css Color HEX #AEAA3C Brass

📋 copy color: '#AEAA3C'

red 174 ◦ green 170 ◦ blue 60

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

Shades of Brass #AEAA3C

Tints of Brass #AEAA3C

RGB

 RED value IS 174 (68.36% from 255) = 43.07%

 GREEN value IS 170 (66.8% from 255) = 42.08%

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 43.07%
G = 42.08%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AEAA3C (or 0xAEAA3C) is known color: Brass. HEX triplet: AE, AA and 3C. RGB value is (174,170,60). Sum of RGB (Red+Green+Blue) = 174+170+60=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA3C is #5155C3. Grayscale: #9F9F9F. Windows color (decimal): -5330372 or 3975854. OLE color: 3975854.

HSL color Cylindrical-coordinate representation of color #AEAA3C: hue angle of 57.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEAA3C is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 170 60 -
CMYK 0 0.02 0.66 0.32
HSL 57.89º 0.49% 0.46% -
HSV(B) 57.89º 0.66% 0.68% -
XYZ 32.65 38.07 9.9 -
YUV 158.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 174 170 60 0 0.02 0.66 0.32 57.89 0.49 0.46
Hex AE AA 3C 0 2 42 20 3A 31 2E
Octal 256 252 74 0 2 102 40 72 61 56
Binary 10101110 10101010 111100 0 10 1000010 100000 111010 110001 101110

Color Harmonies of #AEAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA3C

Black with #AEAA3C

Text Example


Text Example

White with #AEAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA3C; }

 p { color: rgb(174,170,60); }

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

background-color css

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

 a { background-color: rgb(174,170,60); }

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

border-color css

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

 span { border-color: rgb(174,170,60); }

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