Html Css Color HEX #AEAE40 Brass

📋 copy color: '#AEAE40'

red 174 ◦ green 174 ◦ blue 64

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

Shades of Brass #AEAE40

Tints of Brass #AEAE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 42.23%
G = 42.23%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEAE40 (or 0xAEAE40) is known color: Brass. HEX triplet: AE, AE and 40. RGB value is (174,174,64). Sum of RGB (Red+Green+Blue) = 174+174+64=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE40 is #5151BF. Grayscale: #A1A1A1. Windows color (decimal): -5329344 or 4239022. OLE color: 4239022.

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

Color convert

RGB 174 174 64 -
CMYK 0 0 0.63 0.32
HSL 60º 0.46% 0.47% -
HSV(B) 60º 0.63% 0.68% -
XYZ 33.52 39.64 10.74 -
YUV 161.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 174 174 64 0 0 0.63 0.32 60 0.46 0.47
Hex AE AE 40 0 0 3F 20 3C 2E 2F
Octal 256 256 100 0 0 77 40 74 56 57
Binary 10101110 10101110 1000000 0 0 111111 100000 111100 101110 101111

Color Harmonies of #AEAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE40

Black with #AEAE40

Text Example


Text Example

White with #AEAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE40; }

 p { color: rgb(174,174,64); }

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

background-color css

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

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

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

border-color css

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

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

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