Html Css Color HEX #AAA24E Brass

📋 copy color: '#AAA24E'

red 170 ◦ green 162 ◦ blue 78

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

Shades of Brass #AAA24E

Tints of Brass #AAA24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.02%

R = 41.46%
G = 39.51%
B = 19.02%

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

#AAA24E (or 0xAAA24E) is known color: Brass. HEX triplet: AA, A2 and 4E. RGB value is (170,162,78). Sum of RGB (Red+Green+Blue) = 170+162+78=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA24E is #555DB1. Grayscale: #9B9B9B. Windows color (decimal): -5594546 or 5153450. OLE color: 5153450.

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

Color convert

RGB 170 162 78 -
CMYK 0 0.05 0.54 0.33
HSL 54.78º 0.37% 0.49% -
HSV(B) 54.78º 0.54% 0.67% -
XYZ 30.87 34.94 12.32 -
YUV 154.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 170 162 78 0 0.05 0.54 0.33 54.78 0.37 0.49
Hex AA A2 4E 0 5 36 21 37 25 31
Octal 252 242 116 0 5 66 41 67 45 61
Binary 10101010 10100010 1001110 0 101 110110 100001 110111 100101 110001

Color Harmonies of #AAA24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA24E

Black with #AAA24E

Text Example


Text Example

White with #AAA24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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