Html Css Color HEX #AAA632 Brass

📋 copy color: '#AAA632'

red 170 ◦ green 166 ◦ blue 50

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

Shades of Brass #AAA632

Tints of Brass #AAA632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.95%

R = 44.04%
G = 43.01%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AAA632 (or 0xAAA632) is known color: Brass. HEX triplet: AA, A6 and 32. RGB value is (170,166,50). Sum of RGB (Red+Green+Blue) = 170+166+50=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA632 is #5559CD. Grayscale: #9A9A9A. Windows color (decimal): -5593550 or 3319466. OLE color: 3319466.

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

Color convert

RGB 170 166 50 -
CMYK 0 0.02 0.71 0.33
HSL 58º 0.55% 0.43% -
HSV(B) 58º 0.71% 0.67% -
XYZ 30.79 36.05 8.35 -
YUV 153.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 170 166 50 0 0.02 0.71 0.33 58 0.55 0.43
Hex AA A6 32 0 2 47 21 3A 37 2B
Octal 252 246 62 0 2 107 41 72 67 53
Binary 10101010 10100110 110010 0 10 1000111 100001 111010 110111 101011

Color Harmonies of #AAA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA632

Black with #AAA632

Text Example


Text Example

White with #AAA632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA632; }

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

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

background-color css

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

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

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

border-color css

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

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

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