Html Css Color HEX #AAA734 Brass

📋 copy color: '#AAA734'

red 170 ◦ green 167 ◦ blue 52

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

Shades of Brass #AAA734

Tints of Brass #AAA734

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

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

R = 43.7%
G = 42.93%
B = 13.37%

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

#AAA734 (or 0xAAA734) is known color: Brass. HEX triplet: AA, A7 and 34. RGB value is (170,167,52). Sum of RGB (Red+Green+Blue) = 170+167+52=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA734 is #5558CB. Grayscale: #9B9B9B. Windows color (decimal): -5593292 or 3450794. OLE color: 3450794.

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

Color convert

RGB 170 167 52 -
CMYK 0 0.02 0.69 0.33
HSL 58.47º 0.53% 0.44% -
HSV(B) 58.47º 0.69% 0.67% -
XYZ 31.02 36.43 8.65 -
YUV 154.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 170 167 52 0 0.02 0.69 0.33 58.47 0.53 0.44
Hex AA A7 34 0 2 45 21 3A 35 2C
Octal 252 247 64 0 2 105 41 72 65 54
Binary 10101010 10100111 110100 0 10 1000101 100001 111010 110101 101100

Color Harmonies of #AAA734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA734

Black with #AAA734

Text Example


Text Example

White with #AAA734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA734; }

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

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

background-color css

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

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

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

border-color css

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

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

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