Html Css Color HEX #AAA642 Brass

📋 copy color: '#AAA642'

red 170 ◦ green 166 ◦ blue 66

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

Shades of Brass #AAA642

Tints of Brass #AAA642

RGB

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

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

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

R = 42.29%
G = 41.29%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAA642 (or 0xAAA642) is known color: Brass. HEX triplet: AA, A6 and 42. RGB value is (170,166,66). Sum of RGB (Red+Green+Blue) = 170+166+66=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA642 is #5559BD. Grayscale: #9C9C9C. Windows color (decimal): -5593534 or 4368042. OLE color: 4368042.

HSL color Cylindrical-coordinate representation of color #AAA642: hue angle of 57.69º 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 #AAA642 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 66 -
CMYK 0 0.02 0.61 0.33
HSL 57.69º 0.44% 0.46% -
HSV(B) 57.69º 0.61% 0.67% -
XYZ 31.2 36.21 10.5 -
YUV 155.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 170 166 66 0 0.02 0.61 0.33 57.69 0.44 0.46
Hex AA A6 42 0 2 3D 21 3A 2C 2E
Octal 252 246 102 0 2 75 41 72 54 56
Binary 10101010 10100110 1000010 0 10 111101 100001 111010 101100 101110

Color Harmonies of #AAA642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA642

Black with #AAA642

Text Example


Text Example

White with #AAA642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA642; }

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

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

background-color css

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

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

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

border-color css

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

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

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