Html Css Color HEX #AAAE34 Brass

📋 copy color: '#AAAE34'

red 170 ◦ green 174 ◦ blue 52

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

Shades of Brass #AAAE34

Tints of Brass #AAAE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.13%

R = 42.93%
G = 43.94%
B = 13.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AAAE34 (or 0xAAAE34) is known color: Brass. HEX triplet: AA, AE and 34. RGB value is (170,174,52). Sum of RGB (Red+Green+Blue) = 170+174+52=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE34 is #5551CB. Grayscale: #9F9F9F. Windows color (decimal): -5591500 or 3452586. OLE color: 3452586.

HSL color Cylindrical-coordinate representation of color #AAAE34: hue angle of 61.97º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAAE34 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 52 -
CMYK 0.02 0 0.70 0.32
HSL 61.97º 0.54% 0.44% -
HSV(B) 61.97º 0.7% 0.68% -
XYZ 32.33 39.07 9.09 -
YUV 158.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 170 174 52 0.02 0 0.70 0.32 61.97 0.54 0.44
Hex AA AE 34 2 0 46 20 3E 36 2C
Octal 252 256 64 2 0 106 40 76 66 54
Binary 10101010 10101110 110100 10 0 1000110 100000 111110 110110 101100

Color Harmonies of #AAAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE34

Black with #AAAE34

Text Example


Text Example

White with #AAAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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