Html Css Color HEX #AAA34F Brass

📋 copy color: '#AAA34F'

red 170 ◦ green 163 ◦ blue 79

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

Shades of Brass #AAA34F

Tints of Brass #AAA34F

RGB

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

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

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

R = 41.26%
G = 39.56%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA34F (or 0xAAA34F) is known color: Brass. HEX triplet: AA, A3 and 4F. RGB value is (170,163,79). Sum of RGB (Red+Green+Blue) = 170+163+79=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA34F is #555CB0. Grayscale: #9B9B9B. Windows color (decimal): -5594289 or 5219242. OLE color: 5219242.

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

Color convert

RGB 170 163 79 -
CMYK 0 0.04 0.54 0.33
HSL 55.38º 0.37% 0.49% -
HSV(B) 55.38º 0.54% 0.67% -
XYZ 31.09 35.3 12.57 -
YUV 155.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 170 163 79 0 0.04 0.54 0.33 55.38 0.37 0.49
Hex AA A3 4F 0 4 36 21 37 25 31
Octal 252 243 117 0 4 66 41 67 45 61
Binary 10101010 10100011 1001111 0 100 110110 100001 110111 100101 110001

Color Harmonies of #AAA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA34F

Black with #AAA34F

Text Example


Text Example

White with #AAA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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