Html Css Color HEX #AEAD3C Brass

📋 copy color: '#AEAD3C'

red 174 ◦ green 173 ◦ blue 60

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

Shades of Brass #AEAD3C

Tints of Brass #AEAD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 42.75%
G = 42.51%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AEAD3C (or 0xAEAD3C) is known color: Brass. HEX triplet: AE, AD and 3C. RGB value is (174,173,60). Sum of RGB (Red+Green+Blue) = 174+173+60=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD3C is #5152C3. Grayscale: #A0A0A0. Windows color (decimal): -5329604 or 3976622. OLE color: 3976622.

HSL color Cylindrical-coordinate representation of color #AEAD3C: hue angle of 59.47º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEAD3C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 173 60 -
CMYK 0 0.01 0.66 0.32
HSL 59.47º 0.49% 0.46% -
HSV(B) 59.47º 0.66% 0.68% -
XYZ 33.21 39.21 10.09 -
YUV 160.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 174 173 60 0 0.01 0.66 0.32 59.47 0.49 0.46
Hex AE AD 3C 0 1 42 20 3B 31 2E
Octal 256 255 74 0 1 102 40 73 61 56
Binary 10101110 10101101 111100 0 1 1000010 100000 111011 110001 101110

Color Harmonies of #AEAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD3C

Black with #AEAD3C

Text Example


Text Example

White with #AEAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD3C; }

 p { color: rgb(174,173,60); }

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

background-color css

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

 a { background-color: rgb(174,173,60); }

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

border-color css

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

 span { border-color: rgb(174,173,60); }

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