Html Css Color HEX #AAA534 Brass

📋 copy color: '#AAA534'

red 170 ◦ green 165 ◦ blue 52

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

Shades of Brass #AAA534

Tints of Brass #AAA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

 BLUE value IS 52 (20.7% from 255) = 13.44%

R = 43.93%
G = 42.64%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAA534 (or 0xAAA534) is known color: Brass. HEX triplet: AA, A5 and 34. RGB value is (170,165,52). Sum of RGB (Red+Green+Blue) = 170+165+52=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA534 is #555ACB. Grayscale: #9A9A9A. Windows color (decimal): -5593804 or 3450282. OLE color: 3450282.

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

Color convert

RGB 170 165 52 -
CMYK 0 0.03 0.69 0.33
HSL 57.46º 0.53% 0.44% -
HSV(B) 57.46º 0.69% 0.67% -
XYZ 30.65 35.7 8.52 -
YUV 153.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 170 165 52 0 0.03 0.69 0.33 57.46 0.53 0.44
Hex AA A5 34 0 3 45 21 39 35 2C
Octal 252 245 64 0 3 105 41 71 65 54
Binary 10101010 10100101 110100 0 11 1000101 100001 111001 110101 101100

Color Harmonies of #AAA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA534

Black with #AAA534

Text Example


Text Example

White with #AAA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA534; }

 p { color: rgb(170,165,52); }

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

background-color css

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

 a { background-color: rgb(170,165,52); }

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

border-color css

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

 span { border-color: rgb(170,165,52); }

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