Html Css Color HEX #AEAA3A Brass

📋 copy color: '#AEAA3A'

red 174 ◦ green 170 ◦ blue 58

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

Shades of Brass #AEAA3A

Tints of Brass #AEAA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.43%

R = 43.28%
G = 42.29%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AEAA3A (or 0xAEAA3A) is known color: Brass. HEX triplet: AE, AA and 3A. RGB value is (174,170,58). Sum of RGB (Red+Green+Blue) = 174+170+58=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA3A is #5155C5. Grayscale: #9E9E9E. Windows color (decimal): -5330374 or 3844782. OLE color: 3844782.

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

Color convert

RGB 174 170 58 -
CMYK 0 0.02 0.67 0.32
HSL 57.93º 0.5% 0.45% -
HSV(B) 57.93º 0.67% 0.68% -
XYZ 32.59 38.05 9.63 -
YUV 158.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 174 170 58 0 0.02 0.67 0.32 57.93 0.5 0.45
Hex AE AA 3A 0 2 43 20 3A 32 2D
Octal 256 252 72 0 2 103 40 72 62 55
Binary 10101110 10101010 111010 0 10 1000011 100000 111010 110010 101101

Color Harmonies of #AEAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA3A

Black with #AEAA3A

Text Example


Text Example

White with #AEAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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