Html Css Color HEX #AAA34C Brass

📋 copy color: '#AAA34C'

red 170 ◦ green 163 ◦ blue 76

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

Shades of Brass #AAA34C

Tints of Brass #AAA34C

RGB

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

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

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

R = 41.56%
G = 39.85%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AAA34C (or 0xAAA34C) is known color: Brass. HEX triplet: AA, A3 and 4C. RGB value is (170,163,76). Sum of RGB (Red+Green+Blue) = 170+163+76=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA34C is #555CB3. Grayscale: #9B9B9B. Windows color (decimal): -5594292 or 5022634. OLE color: 5022634.

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

Color convert

RGB 170 163 76 -
CMYK 0 0.04 0.55 0.33
HSL 55.53º 0.38% 0.48% -
HSV(B) 55.53º 0.55% 0.67% -
XYZ 30.98 35.26 12.01 -
YUV 155.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 170 163 76 0 0.04 0.55 0.33 55.53 0.38 0.48
Hex AA A3 4C 0 4 37 21 38 26 30
Octal 252 243 114 0 4 67 41 70 46 60
Binary 10101010 10100011 1001100 0 100 110111 100001 111000 100110 110000

Color Harmonies of #AAA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA34C

Black with #AAA34C

Text Example


Text Example

White with #AAA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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