Html Css Color HEX #AAA33A Brass

📋 copy color: '#AAA33A'

red 170 ◦ green 163 ◦ blue 58

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

Shades of Brass #AAA33A

Tints of Brass #AAA33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.83%

R = 43.48%
G = 41.69%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA33A (or 0xAAA33A) is known color: Brass. HEX triplet: AA, A3 and 3A. RGB value is (170,163,58). Sum of RGB (Red+Green+Blue) = 170+163+58=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA33A is #555CC5. Grayscale: #999999. Windows color (decimal): -5594310 or 3842986. OLE color: 3842986.

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

Color convert

RGB 170 163 58 -
CMYK 0 0.04 0.66 0.33
HSL 56.25º 0.49% 0.45% -
HSV(B) 56.25º 0.66% 0.67% -
XYZ 30.44 35.05 9.16 -
YUV 153.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 170 163 58 0 0.04 0.66 0.33 56.25 0.49 0.45
Hex AA A3 3A 0 4 42 21 38 31 2D
Octal 252 243 72 0 4 102 41 70 61 55
Binary 10101010 10100011 111010 0 100 1000010 100001 111000 110001 101101

Color Harmonies of #AAA33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA33A

Black with #AAA33A

Text Example


Text Example

White with #AAA33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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