Html Css Color HEX #AAAA3E Brass

📋 copy color: '#AAAA3E'

red 170 ◦ green 170 ◦ blue 62

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

Shades of Brass #AAAA3E

Tints of Brass #AAAA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.42%

R = 42.29%
G = 42.29%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAAA3E (or 0xAAAA3E) is known color: Brass. HEX triplet: AA, AA and 3E. RGB value is (170,170,62). Sum of RGB (Red+Green+Blue) = 170+170+62=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA3E is #5555C1. Grayscale: #9E9E9E. Windows color (decimal): -5592514 or 4106922. OLE color: 4106922.

HSL color Cylindrical-coordinate representation of color #AAAA3E: hue angle of 60º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAAA3E is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 62 -
CMYK 0 0 0.64 0.33
HSL 60º 0.47% 0.45% -
HSV(B) 60º 0.64% 0.67% -
XYZ 31.82 37.64 10.15 -
YUV 157.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 170 170 62 0 0 0.64 0.33 60 0.47 0.45
Hex AA AA 3E 0 0 40 21 3C 2F 2D
Octal 252 252 76 0 0 100 41 74 57 55
Binary 10101010 10101010 111110 0 0 1000000 100001 111100 101111 101101

Color Harmonies of #AAAA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA3E

Black with #AAAA3E

Text Example


Text Example

White with #AAAA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA3E; }

 p { color: rgb(170,170,62); }

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

background-color css

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

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

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

border-color css

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

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

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