Html Css Color HEX #AAAE3D Brass

📋 copy color: '#AAAE3D'

red 170 ◦ green 174 ◦ blue 61

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

Shades of Brass #AAAE3D

Tints of Brass #AAAE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.06%

R = 41.98%
G = 42.96%
B = 15.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AAAE3D (or 0xAAAE3D) is known color: Brass. HEX triplet: AA, AE and 3D. RGB value is (170,174,61). Sum of RGB (Red+Green+Blue) = 170+174+61=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE3D is #5551C2. Grayscale: #A0A0A0. Windows color (decimal): -5591491 or 4042410. OLE color: 4042410.

HSL color Cylindrical-coordinate representation of color #AAAE3D: hue angle of 62.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAAE3D is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 61 -
CMYK 0.02 0 0.65 0.32
HSL 62.12º 0.48% 0.46% -
HSV(B) 62.12º 0.65% 0.68% -
XYZ 32.56 39.16 10.26 -
YUV 159.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 170 174 61 0.02 0 0.65 0.32 62.12 0.48 0.46
Hex AA AE 3D 2 0 41 20 3E 30 2E
Octal 252 256 75 2 0 101 40 76 60 56
Binary 10101010 10101110 111101 10 0 1000001 100000 111110 110000 101110

Color Harmonies of #AAAE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE3D

Black with #AAAE3D

Text Example


Text Example

White with #AAAE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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