Html Css Color HEX #AEAC3C Brass

📋 copy color: '#AEAC3C'

red 174 ◦ green 172 ◦ blue 60

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

Shades of Brass #AEAC3C

Tints of Brass #AEAC3C

RGB

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

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

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

R = 42.86%
G = 42.36%
B = 14.78%

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

#AEAC3C (or 0xAEAC3C) is known color: Brass. HEX triplet: AE, AC and 3C. RGB value is (174,172,60). Sum of RGB (Red+Green+Blue) = 174+172+60=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC3C is #5153C3. Grayscale: #A0A0A0. Windows color (decimal): -5329860 or 3976366. OLE color: 3976366.

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

Color convert

RGB 174 172 60 -
CMYK 0 0.01 0.66 0.32
HSL 58.95º 0.49% 0.46% -
HSV(B) 58.95º 0.66% 0.68% -
XYZ 33.02 38.83 10.03 -
YUV 159.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 174 172 60 0 0.01 0.66 0.32 58.95 0.49 0.46
Hex AE AC 3C 0 1 42 20 3B 31 2E
Octal 256 254 74 0 1 102 40 73 61 56
Binary 10101110 10101100 111100 0 1 1000010 100000 111011 110001 101110

Color Harmonies of #AEAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC3C

Black with #AEAC3C

Text Example


Text Example

White with #AEAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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