Html Css Color HEX #AEA042 Brass

📋 copy color: '#AEA042'

red 174 ◦ green 160 ◦ blue 66

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

Shades of Brass #AEA042

Tints of Brass #AEA042

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 43.5%
G = 40%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AEA042 (or 0xAEA042) is known color: Brass. HEX triplet: AE, A0 and 42. RGB value is (174,160,66). Sum of RGB (Red+Green+Blue) = 174+160+66=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA042 is #515FBD. Grayscale: #999999. Windows color (decimal): -5332926 or 4366510. OLE color: 4366510.

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

Color convert

RGB 174 160 66 -
CMYK 0 0.08 0.62 0.32
HSL 52.22º 0.45% 0.47% -
HSV(B) 52.22º 0.62% 0.68% -
XYZ 31.01 34.53 10.19 -
YUV 153.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 174 160 66 0 0.08 0.62 0.32 52.22 0.45 0.47
Hex AE A0 42 0 8 3E 20 34 2D 2F
Octal 256 240 102 0 10 76 40 64 55 57
Binary 10101110 10100000 1000010 0 1000 111110 100000 110100 101101 101111

Color Harmonies of #AEA042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA042

Black with #AEA042

Text Example


Text Example

White with #AEA042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA042; }

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

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

background-color css

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

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

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

border-color css

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

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

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