Html Css Color HEX #AAA342 Brass

📋 copy color: '#AAA342'

red 170 ◦ green 163 ◦ blue 66

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

Shades of Brass #AAA342

Tints of Brass #AAA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 42.61%
G = 40.85%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAA342 (or 0xAAA342) is known color: Brass. HEX triplet: AA, A3 and 42. RGB value is (170,163,66). Sum of RGB (Red+Green+Blue) = 170+163+66=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA342 is #555CBD. Grayscale: #9A9A9A. Windows color (decimal): -5594302 or 4367274. OLE color: 4367274.

HSL color Cylindrical-coordinate representation of color #AAA342: hue angle of 55.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAA342 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 66 -
CMYK 0 0.04 0.61 0.33
HSL 55.96º 0.44% 0.46% -
HSV(B) 55.96º 0.61% 0.67% -
XYZ 30.66 35.13 10.32 -
YUV 154.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 170 163 66 0 0.04 0.61 0.33 55.96 0.44 0.46
Hex AA A3 42 0 4 3D 21 38 2C 2E
Octal 252 243 102 0 4 75 41 70 54 56
Binary 10101010 10100011 1000010 0 100 111101 100001 111000 101100 101110

Color Harmonies of #AAA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA342

Black with #AAA342

Text Example


Text Example

White with #AAA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA342; }

 p { color: rgb(170,163,66); }

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

background-color css

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

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

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

border-color css

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

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

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