Html Css Color HEX #AEAC32 Brass

📋 copy color: '#AEAC32'

red 174 ◦ green 172 ◦ blue 50

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

Shades of Brass #AEAC32

Tints of Brass #AEAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 43.94%
G = 43.43%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AEAC32 (or 0xAEAC32) is known color: Brass. HEX triplet: AE, AC and 32. RGB value is (174,172,50). Sum of RGB (Red+Green+Blue) = 174+172+50=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC32 is #5153CD. Grayscale: #9F9F9F. Windows color (decimal): -5329870 or 3321006. OLE color: 3321006.

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

Color convert

RGB 174 172 50 -
CMYK 0 0.01 0.71 0.32
HSL 59.03º 0.55% 0.44% -
HSV(B) 59.03º 0.71% 0.68% -
XYZ 32.78 38.73 8.77 -
YUV 158.69 66.66 138.92 -
System Red Green Blue C M Y K H S L
Decimal 174 172 50 0 0.01 0.71 0.32 59.03 0.55 0.44
Hex AE AC 32 0 1 47 20 3B 37 2C
Octal 256 254 62 0 1 107 40 73 67 54
Binary 10101110 10101100 110010 0 1 1000111 100000 111011 110111 101100

Color Harmonies of #AEAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC32

Black with #AEAC32

Text Example


Text Example

White with #AEAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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