Html Css Color HEX #AEA440 Brass

📋 copy color: '#AEA440'

red 174 ◦ green 164 ◦ blue 64

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

Shades of Brass #AEA440

Tints of Brass #AEA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 43.28%
G = 40.8%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEA440 (or 0xAEA440) is known color: Brass. HEX triplet: AE, A4 and 40. RGB value is (174,164,64). Sum of RGB (Red+Green+Blue) = 174+164+64=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA440 is #515BBF. Grayscale: #9B9B9B. Windows color (decimal): -5331904 or 4236462. OLE color: 4236462.

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

Color convert

RGB 174 164 64 -
CMYK 0 0.06 0.63 0.32
HSL 54.55º 0.46% 0.47% -
HSV(B) 54.55º 0.63% 0.68% -
XYZ 31.66 35.92 10.12 -
YUV 155.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 174 164 64 0 0.06 0.63 0.32 54.55 0.46 0.47
Hex AE A4 40 0 6 3F 20 37 2E 2F
Octal 256 244 100 0 6 77 40 67 56 57
Binary 10101110 10100100 1000000 0 110 111111 100000 110111 101110 101111

Color Harmonies of #AEA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA440

Black with #AEA440

Text Example


Text Example

White with #AEA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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