Html Css Color HEX #AEAD34 Brass

📋 copy color: '#AEAD34'

red 174 ◦ green 173 ◦ blue 52

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

Shades of Brass #AEAD34

Tints of Brass #AEAD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 43.61%
G = 43.36%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AEAD34 (or 0xAEAD34) is known color: Brass. HEX triplet: AE, AD and 34. RGB value is (174,173,52). Sum of RGB (Red+Green+Blue) = 174+173+52=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD34 is #5152CB. Grayscale: #9F9F9F. Windows color (decimal): -5329612 or 3452334. OLE color: 3452334.

HSL color Cylindrical-coordinate representation of color #AEAD34: hue angle of 59.51º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEAD34 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 173 52 -
CMYK 0 0.01 0.70 0.32
HSL 59.51º 0.54% 0.44% -
HSV(B) 59.51º 0.7% 0.68% -
XYZ 33.02 39.13 9.06 -
YUV 159.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 174 173 52 0 0.01 0.70 0.32 59.51 0.54 0.44
Hex AE AD 34 0 1 46 20 3C 36 2C
Octal 256 255 64 0 1 106 40 74 66 54
Binary 10101110 10101101 110100 0 1 1000110 100000 111100 110110 101100

Color Harmonies of #AEAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD34

Black with #AEAD34

Text Example


Text Example

White with #AEAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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