Html Css Color HEX #AAA735 Brass

📋 copy color: '#AAA735'

red 170 ◦ green 167 ◦ blue 53

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

Shades of Brass #AAA735

Tints of Brass #AAA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

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

R = 43.59%
G = 42.82%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA735 (or 0xAAA735) is known color: Brass. HEX triplet: AA, A7 and 35. RGB value is (170,167,53). Sum of RGB (Red+Green+Blue) = 170+167+53=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA735 is #5558CA. Grayscale: #9B9B9B. Windows color (decimal): -5593291 or 3516330. OLE color: 3516330.

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

Color convert

RGB 170 167 53 -
CMYK 0 0.02 0.69 0.33
HSL 58.46º 0.52% 0.44% -
HSV(B) 58.46º 0.69% 0.67% -
XYZ 31.04 36.44 8.77 -
YUV 154.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 170 167 53 0 0.02 0.69 0.33 58.46 0.52 0.44
Hex AA A7 35 0 2 45 21 3A 34 2C
Octal 252 247 65 0 2 105 41 72 64 54
Binary 10101010 10100111 110101 0 10 1000101 100001 111010 110100 101100

Color Harmonies of #AAA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA735

Black with #AAA735

Text Example


Text Example

White with #AAA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA735; }

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

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

background-color css

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

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

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

border-color css

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

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

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