Html Css Color HEX #AEA142 Brass

📋 copy color: '#AEA142'

red 174 ◦ green 161 ◦ blue 66

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

Shades of Brass #AEA142

Tints of Brass #AEA142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.46%

R = 43.39%
G = 40.15%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AEA142 (or 0xAEA142) is known color: Brass. HEX triplet: AE, A1 and 42. RGB value is (174,161,66). Sum of RGB (Red+Green+Blue) = 174+161+66=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA142 is #515EBD. Grayscale: #9A9A9A. Windows color (decimal): -5332670 or 4366766. OLE color: 4366766.

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

Color convert

RGB 174 161 66 -
CMYK 0 0.07 0.62 0.32
HSL 52.78º 0.45% 0.47% -
HSV(B) 52.78º 0.62% 0.68% -
XYZ 31.18 34.88 10.24 -
YUV 154.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 174 161 66 0 0.07 0.62 0.32 52.78 0.45 0.47
Hex AE A1 42 0 7 3E 20 35 2D 2F
Octal 256 241 102 0 7 76 40 65 55 57
Binary 10101110 10100001 1000010 0 111 111110 100000 110101 101101 101111

Color Harmonies of #AEA142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA142

Black with #AEA142

Text Example


Text Example

White with #AEA142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA142; }

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

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

background-color css

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

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

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

border-color css

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

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

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