Html Css Color HEX #AAA24F Brass

📋 copy color: '#AAA24F'

red 170 ◦ green 162 ◦ blue 79

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

Shades of Brass #AAA24F

Tints of Brass #AAA24F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

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

R = 41.36%
G = 39.42%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA24F (or 0xAAA24F) is known color: Brass. HEX triplet: AA, A2 and 4F. RGB value is (170,162,79). Sum of RGB (Red+Green+Blue) = 170+162+79=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA24F is #555DB0. Grayscale: #9B9B9B. Windows color (decimal): -5594545 or 5218986. OLE color: 5218986.

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

Color convert

RGB 170 162 79 -
CMYK 0 0.05 0.54 0.33
HSL 54.73º 0.37% 0.49% -
HSV(B) 54.73º 0.54% 0.67% -
XYZ 30.91 34.95 12.51 -
YUV 154.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 170 162 79 0 0.05 0.54 0.33 54.73 0.37 0.49
Hex AA A2 4F 0 5 36 21 37 25 31
Octal 252 242 117 0 5 66 41 67 45 61
Binary 10101010 10100010 1001111 0 101 110110 100001 110111 100101 110001

Color Harmonies of #AAA24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA24F

Black with #AAA24F

Text Example


Text Example

White with #AAA24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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