Html Css Color HEX #AEAA3E Brass

📋 copy color: '#AEAA3E'

red 174 ◦ green 170 ◦ blue 62

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

Shades of Brass #AEAA3E

Tints of Brass #AEAA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.27%

R = 42.86%
G = 41.87%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEAA3E (or 0xAEAA3E) is known color: Brass. HEX triplet: AE, AA and 3E. RGB value is (174,170,62). Sum of RGB (Red+Green+Blue) = 174+170+62=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA3E is #5155C1. Grayscale: #9F9F9F. Windows color (decimal): -5330370 or 4106926. OLE color: 4106926.

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

Color convert

RGB 174 170 62 -
CMYK 0 0.02 0.64 0.32
HSL 57.86º 0.47% 0.46% -
HSV(B) 57.86º 0.64% 0.68% -
XYZ 32.7 38.1 10.19 -
YUV 158.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 174 170 62 0 0.02 0.64 0.32 57.86 0.47 0.46
Hex AE AA 3E 0 2 40 20 3A 2F 2E
Octal 256 252 76 0 2 100 40 72 57 56
Binary 10101110 10101010 111110 0 10 1000000 100000 111010 101111 101110

Color Harmonies of #AEAA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA3E

Black with #AEAA3E

Text Example


Text Example

White with #AEAA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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