Html Css Color HEX #AAA639 Brass

📋 copy color: '#AAA639'

red 170 ◦ green 166 ◦ blue 57

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

Shades of Brass #AAA639

Tints of Brass #AAA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

 BLUE value IS 57 (22.66% from 255) = 14.5%

R = 43.26%
G = 42.24%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA639 (or 0xAAA639) is known color: Brass. HEX triplet: AA, A6 and 39. RGB value is (170,166,57). Sum of RGB (Red+Green+Blue) = 170+166+57=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA639 is #5559C6. Grayscale: #9B9B9B. Windows color (decimal): -5593543 or 3778218. OLE color: 3778218.

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

Color convert

RGB 170 166 57 -
CMYK 0 0.02 0.66 0.33
HSL 57.88º 0.5% 0.45% -
HSV(B) 57.88º 0.66% 0.67% -
XYZ 30.95 36.11 9.21 -
YUV 154.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 170 166 57 0 0.02 0.66 0.33 57.88 0.5 0.45
Hex AA A6 39 0 2 42 21 3A 32 2D
Octal 252 246 71 0 2 102 41 72 62 55
Binary 10101010 10100110 111001 0 10 1000010 100001 111010 110010 101101

Color Harmonies of #AAA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA639

Black with #AAA639

Text Example


Text Example

White with #AAA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA639; }

 p { color: rgb(170,166,57); }

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

background-color css

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

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

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

border-color css

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

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

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