Html Css Color HEX #AAA634 Brass

📋 copy color: '#AAA634'

red 170 ◦ green 166 ◦ blue 52

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

Shades of Brass #AAA634

Tints of Brass #AAA634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.4%

R = 43.81%
G = 42.78%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA634 (or 0xAAA634) is known color: Brass. HEX triplet: AA, A6 and 34. RGB value is (170,166,52). Sum of RGB (Red+Green+Blue) = 170+166+52=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA634 is #5559CB. Grayscale: #9A9A9A. Windows color (decimal): -5593548 or 3450538. OLE color: 3450538.

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

Color convert

RGB 170 166 52 -
CMYK 0 0.02 0.69 0.33
HSL 57.97º 0.53% 0.44% -
HSV(B) 57.97º 0.69% 0.67% -
XYZ 30.83 36.07 8.59 -
YUV 154.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 170 166 52 0 0.02 0.69 0.33 57.97 0.53 0.44
Hex AA A6 34 0 2 45 21 3A 35 2C
Octal 252 246 64 0 2 105 41 72 65 54
Binary 10101010 10100110 110100 0 10 1000101 100001 111010 110101 101100

Color Harmonies of #AAA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA634

Black with #AAA634

Text Example


Text Example

White with #AAA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA634; }

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

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

background-color css

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

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

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

border-color css

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

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

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