Html Css Color HEX #AAA24C Brass

📋 copy color: '#AAA24C'

red 170 ◦ green 162 ◦ blue 76

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

Shades of Brass #AAA24C

Tints of Brass #AAA24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 41.67%
G = 39.71%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA24C (or 0xAAA24C) is known color: Brass. HEX triplet: AA, A2 and 4C. RGB value is (170,162,76). Sum of RGB (Red+Green+Blue) = 170+162+76=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA24C is #555DB3. Grayscale: #9A9A9A. Windows color (decimal): -5594548 or 5022378. OLE color: 5022378.

HSL color Cylindrical-coordinate representation of color #AAA24C: hue angle of 54.89º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA24C is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 162 76 -
CMYK 0 0.05 0.55 0.33
HSL 54.89º 0.38% 0.48% -
HSV(B) 54.89º 0.55% 0.67% -
XYZ 30.8 34.91 11.95 -
YUV 154.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 170 162 76 0 0.05 0.55 0.33 54.89 0.38 0.48
Hex AA A2 4C 0 5 37 21 37 26 30
Octal 252 242 114 0 5 67 41 67 46 60
Binary 10101010 10100010 1001100 0 101 110111 100001 110111 100110 110000

Color Harmonies of #AAA24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA24C

Black with #AAA24C

Text Example


Text Example

White with #AAA24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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