Html Css Color HEX #AAAE32 Brass

📋 copy color: '#AAAE32'

red 170 ◦ green 174 ◦ blue 50

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

Shades of Brass #AAAE32

Tints of Brass #AAAE32

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 170 174 50 -
CMYK 0.02 0 0.71 0.32
HSL 61.94º 0.55% 0.44% -
HSV(B) 61.94º 0.71% 0.68% -
XYZ 32.29 39.05 8.85 -
YUV 158.67 66.67 136.08 -
System Red Green Blue C M Y K H S L
Decimal 170 174 50 0.02 0 0.71 0.32 61.94 0.55 0.44
Hex AA AE 32 2 0 47 20 3E 37 2C
Octal 252 256 62 2 0 107 40 76 67 54
Binary 10101010 10101110 110010 10 0 1000111 100000 111110 110111 101100

Color Harmonies of #AAAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE32

Black with #AAAE32

Text Example


Text Example

White with #AAAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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