Html Css Color HEX #AAA34A Brass

📋 copy color: '#AAA34A'

red 170 ◦ green 163 ◦ blue 74

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

Shades of Brass #AAA34A

Tints of Brass #AAA34A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 41.77%
G = 40.05%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA34A (or 0xAAA34A) is known color: Brass. HEX triplet: AA, A3 and 4A. RGB value is (170,163,74). Sum of RGB (Red+Green+Blue) = 170+163+74=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA34A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA34A is #555CB5. Grayscale: #9B9B9B. Windows color (decimal): -5594294 or 4891562. OLE color: 4891562.

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

Color convert

RGB 170 163 74 -
CMYK 0 0.04 0.56 0.33
HSL 55.63º 0.39% 0.48% -
HSV(B) 55.63º 0.56% 0.67% -
XYZ 30.91 35.23 11.65 -
YUV 154.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 170 163 74 0 0.04 0.56 0.33 55.63 0.39 0.48
Hex AA A3 4A 0 4 38 21 38 27 30
Octal 252 243 112 0 4 70 41 70 47 60
Binary 10101010 10100011 1001010 0 100 111000 100001 111000 100111 110000

Color Harmonies of #AAA34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA34A

Black with #AAA34A

Text Example


Text Example

White with #AAA34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA34A; }

 p { color: rgb(170,163,74); }

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

background-color css

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

 a { background-color: rgb(170,163,74); }

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

border-color css

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

 span { border-color: rgb(170,163,74); }

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