Html Css Color HEX #AAA84F Brass

📋 copy color: '#AAA84F'

red 170 ◦ green 168 ◦ blue 79

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

Shades of Brass #AAA84F

Tints of Brass #AAA84F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

 BLUE value IS 79 (31.25% from 255) = 18.94%

R = 40.77%
G = 40.29%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA84F (or 0xAAA84F) is known color: Brass. HEX triplet: AA, A8 and 4F. RGB value is (170,168,79). Sum of RGB (Red+Green+Blue) = 170+168+79=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA84F is #5557B0. Grayscale: #9E9E9E. Windows color (decimal): -5593009 or 5220522. OLE color: 5220522.

HSL color Cylindrical-coordinate representation of color #AAA84F: hue angle of 58.68º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA84F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 79 -
CMYK 0 0.01 0.54 0.33
HSL 58.68º 0.37% 0.49% -
HSV(B) 58.68º 0.54% 0.67% -
XYZ 31.99 37.12 12.88 -
YUV 158.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 170 168 79 0 0.01 0.54 0.33 58.68 0.37 0.49
Hex AA A8 4F 0 1 36 21 3B 25 31
Octal 252 250 117 0 1 66 41 73 45 61
Binary 10101010 10101000 1001111 0 1 110110 100001 111011 100101 110001

Color Harmonies of #AAA84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA84F

Black with #AAA84F

Text Example


Text Example

White with #AAA84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA84F; }

 p { color: rgb(170,168,79); }

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

background-color css

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

 a { background-color: rgb(170,168,79); }

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

border-color css

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

 span { border-color: rgb(170,168,79); }

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