Html Css Color HEX #AEA144 Brass

📋 copy color: '#AEA144'

red 174 ◦ green 161 ◦ blue 68

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

Shades of Brass #AEA144

Tints of Brass #AEA144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 68 (26.95% from 255) = 16.87%

R = 43.18%
G = 39.95%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEA144 (or 0xAEA144) is known color: Brass. HEX triplet: AE, A1 and 44. RGB value is (174,161,68). Sum of RGB (Red+Green+Blue) = 174+161+68=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA144 is #515EBB. Grayscale: #9A9A9A. Windows color (decimal): -5332668 or 4497838. OLE color: 4497838.

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

Color convert

RGB 174 161 68 -
CMYK 0 0.07 0.61 0.32
HSL 52.64º 0.44% 0.47% -
HSV(B) 52.64º 0.61% 0.68% -
XYZ 31.24 34.91 10.56 -
YUV 154.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 174 161 68 0 0.07 0.61 0.32 52.64 0.44 0.47
Hex AE A1 44 0 7 3D 20 35 2C 2F
Octal 256 241 104 0 7 75 40 65 54 57
Binary 10101110 10100001 1000100 0 111 111101 100000 110101 101100 101111

Color Harmonies of #AEA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA144

Black with #AEA144

Text Example


Text Example

White with #AEA144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA144; }

 p { color: rgb(174,161,68); }

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

background-color css

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

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

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

border-color css

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

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

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