Html Css Color HEX #AEAA32 Brass

📋 copy color: '#AEAA32'

red 174 ◦ green 170 ◦ blue 50

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

Shades of Brass #AEAA32

Tints of Brass #AEAA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.15%

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

R = 44.16%
G = 43.15%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AEAA32 (or 0xAEAA32) is known color: Brass. HEX triplet: AE, AA and 32. RGB value is (174,170,50). Sum of RGB (Red+Green+Blue) = 174+170+50=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA32 is #5155CD. Grayscale: #9E9E9E. Windows color (decimal): -5330382 or 3320494. OLE color: 3320494.

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

Color convert

RGB 174 170 50 -
CMYK 0 0.02 0.71 0.32
HSL 58.06º 0.55% 0.44% -
HSV(B) 58.06º 0.71% 0.68% -
XYZ 32.41 37.98 8.64 -
YUV 157.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 174 170 50 0 0.02 0.71 0.32 58.06 0.55 0.44
Hex AE AA 32 0 2 47 20 3A 37 2C
Octal 256 252 62 0 2 107 40 72 67 54
Binary 10101110 10101010 110010 0 10 1000111 100000 111010 110111 101100

Color Harmonies of #AEAA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA32

Black with #AEAA32

Text Example


Text Example

White with #AEAA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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