Html Css Color HEX #AAA435 Brass

📋 copy color: '#AAA435'

red 170 ◦ green 164 ◦ blue 53

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

Shades of Brass #AAA435

Tints of Brass #AAA435

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

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

R = 43.93%
G = 42.38%
B = 13.7%

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

#AAA435 (or 0xAAA435) is known color: Brass. HEX triplet: AA, A4 and 35. RGB value is (170,164,53). Sum of RGB (Red+Green+Blue) = 170+164+53=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA435 is #555BCA. Grayscale: #999999. Windows color (decimal): -5594059 or 3515562. OLE color: 3515562.

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

Color convert

RGB 170 164 53 -
CMYK 0 0.04 0.69 0.33
HSL 56.92º 0.52% 0.44% -
HSV(B) 56.92º 0.69% 0.67% -
XYZ 30.5 35.35 8.58 -
YUV 153.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 170 164 53 0 0.04 0.69 0.33 56.92 0.52 0.44
Hex AA A4 35 0 4 45 21 39 34 2C
Octal 252 244 65 0 4 105 41 71 64 54
Binary 10101010 10100100 110101 0 100 1000101 100001 111001 110100 101100

Color Harmonies of #AAA435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA435

Black with #AAA435

Text Example


Text Example

White with #AAA435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA435; }

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

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

background-color css

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

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

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

border-color css

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

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

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