Html Css Color HEX #AEA240 Brass

📋 copy color: '#AEA240'

red 174 ◦ green 162 ◦ blue 64

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

Shades of Brass #AEA240

Tints of Brass #AEA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 43.5%
G = 40.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEA240 (or 0xAEA240) is known color: Brass. HEX triplet: AE, A2 and 40. RGB value is (174,162,64). Sum of RGB (Red+Green+Blue) = 174+162+64=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA240 is #515DBF. Grayscale: #9A9A9A. Windows color (decimal): -5332416 or 4235950. OLE color: 4235950.

HSL color Cylindrical-coordinate representation of color #AEA240: hue angle of 53.45º 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 #AEA240 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 162 64 -
CMYK 0 0.07 0.63 0.32
HSL 53.45º 0.46% 0.47% -
HSV(B) 53.45º 0.63% 0.68% -
XYZ 31.3 35.21 10 -
YUV 154.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 174 162 64 0 0.07 0.63 0.32 53.45 0.46 0.47
Hex AE A2 40 0 7 3F 20 35 2E 2F
Octal 256 242 100 0 7 77 40 65 56 57
Binary 10101110 10100010 1000000 0 111 111111 100000 110101 101110 101111

Color Harmonies of #AEA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA240

Black with #AEA240

Text Example


Text Example

White with #AEA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA240; }

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

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

background-color css

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

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

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

border-color css

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

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

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