Html Css Color HEX #AEAC3F Brass

📋 copy color: '#AEAC3F'

red 174 ◦ green 172 ◦ blue 63

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

Shades of Brass #AEAC3F

Tints of Brass #AEAC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

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

R = 42.54%
G = 42.05%
B = 15.4%

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

#AEAC3F (or 0xAEAC3F) is known color: Brass. HEX triplet: AE, AC and 3F. RGB value is (174,172,63). Sum of RGB (Red+Green+Blue) = 174+172+63=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC3F is #5153C0. Grayscale: #A0A0A0. Windows color (decimal): -5329857 or 4172974. OLE color: 4172974.

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

Color convert

RGB 174 172 63 -
CMYK 0 0.01 0.64 0.32
HSL 58.92º 0.47% 0.46% -
HSV(B) 58.92º 0.64% 0.68% -
XYZ 33.11 38.86 10.46 -
YUV 160.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 174 172 63 0 0.01 0.64 0.32 58.92 0.47 0.46
Hex AE AC 3F 0 1 40 20 3B 2F 2E
Octal 256 254 77 0 1 100 40 73 57 56
Binary 10101110 10101100 111111 0 1 1000000 100000 111011 101111 101110

Color Harmonies of #AEAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC3F

Black with #AEAC3F

Text Example


Text Example

White with #AEAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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