Html Css Color HEX #AEAD3F Brass

📋 copy color: '#AEAD3F'

red 174 ◦ green 173 ◦ blue 63

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

Shades of Brass #AEAD3F

Tints of Brass #AEAD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.37%

R = 42.44%
G = 42.2%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AEAD3F (or 0xAEAD3F) is known color: Brass. HEX triplet: AE, AD and 3F. RGB value is (174,173,63). Sum of RGB (Red+Green+Blue) = 174+173+63=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAD3F is #5152C0. Grayscale: #A1A1A1. Windows color (decimal): -5329601 or 4173230. OLE color: 4173230.

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

Color convert

RGB 174 173 63 -
CMYK 0 0.01 0.64 0.32
HSL 59.46º 0.47% 0.46% -
HSV(B) 59.46º 0.64% 0.68% -
XYZ 33.3 39.24 10.52 -
YUV 160.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 174 173 63 0 0.01 0.64 0.32 59.46 0.47 0.46
Hex AE AD 3F 0 1 40 20 3B 2F 2E
Octal 256 255 77 0 1 100 40 73 57 56
Binary 10101110 10101101 111111 0 1 1000000 100000 111011 101111 101110

Color Harmonies of #AEAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD3F

Black with #AEAD3F

Text Example


Text Example

White with #AEAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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