Html Css Color HEX #AAA335 Brass

📋 copy color: '#AAA335'

red 170 ◦ green 163 ◦ blue 53

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

Shades of Brass #AAA335

Tints of Brass #AAA335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 44.04%
G = 42.23%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA335 (or 0xAAA335) is known color: Brass. HEX triplet: AA, A3 and 35. RGB value is (170,163,53). Sum of RGB (Red+Green+Blue) = 170+163+53=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA335 is #555CCA. Grayscale: #999999. Windows color (decimal): -5594315 or 3515306. OLE color: 3515306.

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

Color convert

RGB 170 163 53 -
CMYK 0 0.04 0.69 0.33
HSL 56.41º 0.52% 0.44% -
HSV(B) 56.41º 0.69% 0.67% -
XYZ 30.32 35 8.53 -
YUV 152.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 170 163 53 0 0.04 0.69 0.33 56.41 0.52 0.44
Hex AA A3 35 0 4 45 21 38 34 2C
Octal 252 243 65 0 4 105 41 70 64 54
Binary 10101010 10100011 110101 0 100 1000101 100001 111000 110100 101100

Color Harmonies of #AAA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA335

Black with #AAA335

Text Example


Text Example

White with #AAA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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