Html Css Color HEX #AEA640 Brass

📋 copy color: '#AEA640'

red 174 ◦ green 166 ◦ blue 64

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

Shades of Brass #AEA640

Tints of Brass #AEA640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 43.07%
G = 41.09%
B = 15.84%

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

#AEA640 (or 0xAEA640) is known color: Brass. HEX triplet: AE, A6 and 40. RGB value is (174,166,64). Sum of RGB (Red+Green+Blue) = 174+166+64=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA640 is #5159BF. Grayscale: #9D9D9D. Windows color (decimal): -5331392 or 4236974. OLE color: 4236974.

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

Color convert

RGB 174 166 64 -
CMYK 0 0.05 0.63 0.32
HSL 55.64º 0.46% 0.47% -
HSV(B) 55.64º 0.63% 0.68% -
XYZ 32.02 36.64 10.24 -
YUV 156.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 174 166 64 0 0.05 0.63 0.32 55.64 0.46 0.47
Hex AE A6 40 0 5 3F 20 38 2E 2F
Octal 256 246 100 0 5 77 40 70 56 57
Binary 10101110 10100110 1000000 0 101 111111 100000 111000 101110 101111

Color Harmonies of #AEA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA640

Black with #AEA640

Text Example


Text Example

White with #AEA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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