Html Css Color HEX #AEAC36 Brass

📋 copy color: '#AEAC36'

red 174 ◦ green 172 ◦ blue 54

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

Shades of Brass #AEAC36

Tints of Brass #AEAC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.5%

R = 43.5%
G = 43%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AEAC36 (or 0xAEAC36) is known color: Brass. HEX triplet: AE, AC and 36. RGB value is (174,172,54). Sum of RGB (Red+Green+Blue) = 174+172+54=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC36 is #5153C9. Grayscale: #9F9F9F. Windows color (decimal): -5329866 or 3583150. OLE color: 3583150.

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

Color convert

RGB 174 172 54 -
CMYK 0 0.01 0.69 0.32
HSL 59º 0.53% 0.45% -
HSV(B) 59º 0.69% 0.68% -
XYZ 32.87 38.77 9.24 -
YUV 159.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 174 172 54 0 0.01 0.69 0.32 59 0.53 0.45
Hex AE AC 36 0 1 45 20 3B 35 2D
Octal 256 254 66 0 1 105 40 73 65 55
Binary 10101110 10101100 110110 0 1 1000101 100000 111011 110101 101101

Color Harmonies of #AEAC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC36

Black with #AEAC36

Text Example


Text Example

White with #AEAC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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