Html Css Color HEX #AAA736 Brass

📋 copy color: '#AAA736'

red 170 ◦ green 167 ◦ blue 54

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

Shades of Brass #AAA736

Tints of Brass #AAA736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.81%

R = 43.48%
G = 42.71%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAA736 (or 0xAAA736) is known color: Brass. HEX triplet: AA, A7 and 36. RGB value is (170,167,54). Sum of RGB (Red+Green+Blue) = 170+167+54=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA736 is #5558C9. Grayscale: #9B9B9B. Windows color (decimal): -5593290 or 3581866. OLE color: 3581866.

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

Color convert

RGB 170 167 54 -
CMYK 0 0.02 0.68 0.33
HSL 58.45º 0.52% 0.44% -
HSV(B) 58.45º 0.68% 0.67% -
XYZ 31.06 36.45 8.89 -
YUV 155.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 170 167 54 0 0.02 0.68 0.33 58.45 0.52 0.44
Hex AA A7 36 0 2 44 21 3A 34 2C
Octal 252 247 66 0 2 104 41 72 64 54
Binary 10101010 10100111 110110 0 10 1000100 100001 111010 110100 101100

Color Harmonies of #AAA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA736

Black with #AAA736

Text Example


Text Example

White with #AAA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA736; }

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

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

background-color css

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

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

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

border-color css

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

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

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