Html Css Color HEX #AEAC3B Brass

📋 copy color: '#AEAC3B'

red 174 ◦ green 172 ◦ blue 59

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

Shades of Brass #AEAC3B

Tints of Brass #AEAC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.57%

R = 42.96%
G = 42.47%
B = 14.57%

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

#AEAC3B (or 0xAEAC3B) is known color: Brass. HEX triplet: AE, AC and 3B. RGB value is (174,172,59). Sum of RGB (Red+Green+Blue) = 174+172+59=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC3B is #5153C4. Grayscale: #A0A0A0. Windows color (decimal): -5329861 or 3910830. OLE color: 3910830.

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

Color convert

RGB 174 172 59 -
CMYK 0 0.01 0.66 0.32
HSL 58.96º 0.49% 0.46% -
HSV(B) 58.96º 0.66% 0.68% -
XYZ 33 38.82 9.89 -
YUV 159.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 174 172 59 0 0.01 0.66 0.32 58.96 0.49 0.46
Hex AE AC 3B 0 1 42 20 3B 31 2E
Octal 256 254 73 0 1 102 40 73 61 56
Binary 10101110 10101100 111011 0 1 1000010 100000 111011 110001 101110

Color Harmonies of #AEAC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC3B

Black with #AEAC3B

Text Example


Text Example

White with #AEAC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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