Html Css Color HEX #AEA540 Brass

📋 copy color: '#AEA540'

red 174 ◦ green 165 ◦ blue 64

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

Shades of Brass #AEA540

Tints of Brass #AEA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 43.18%
G = 40.94%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AEA540 (or 0xAEA540) is known color: Brass. HEX triplet: AE, A5 and 40. RGB value is (174,165,64). Sum of RGB (Red+Green+Blue) = 174+165+64=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA540 is #515ABF. Grayscale: #9C9C9C. Windows color (decimal): -5331648 or 4236718. OLE color: 4236718.

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

Color convert

RGB 174 165 64 -
CMYK 0 0.05 0.63 0.32
HSL 55.09º 0.46% 0.47% -
HSV(B) 55.09º 0.63% 0.68% -
XYZ 31.84 36.28 10.18 -
YUV 156.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 174 165 64 0 0.05 0.63 0.32 55.09 0.46 0.47
Hex AE A5 40 0 5 3F 20 37 2E 2F
Octal 256 245 100 0 5 77 40 67 56 57
Binary 10101110 10100101 1000000 0 101 111111 100000 110111 101110 101111

Color Harmonies of #AEA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA540

Black with #AEA540

Text Example


Text Example

White with #AEA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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