Html Css Color HEX #AEAD43 Brass

📋 copy color: '#AEAD43'

red 174 ◦ green 173 ◦ blue 67

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

Shades of Brass #AEAD43

Tints of Brass #AEAD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.18%

R = 42.03%
G = 41.79%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AEAD43 (or 0xAEAD43) is known color: Brass. HEX triplet: AE, AD and 43. RGB value is (174,173,67). Sum of RGB (Red+Green+Blue) = 174+173+67=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD43 is #5152BC. Grayscale: #A1A1A1. Windows color (decimal): -5329597 or 4435374. OLE color: 4435374.

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

Color convert

RGB 174 173 67 -
CMYK 0 0.01 0.61 0.32
HSL 59.44º 0.44% 0.47% -
HSV(B) 59.44º 0.61% 0.68% -
XYZ 33.41 39.29 11.13 -
YUV 161.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 174 173 67 0 0.01 0.61 0.32 59.44 0.44 0.47
Hex AE AD 43 0 1 3D 20 3B 2C 2F
Octal 256 255 103 0 1 75 40 73 54 57
Binary 10101110 10101101 1000011 0 1 111101 100000 111011 101100 101111

Color Harmonies of #AEAD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD43

Black with #AEAD43

Text Example


Text Example

White with #AEAD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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