Html Css Color HEX #AAA53D Brass

📋 copy color: '#AAA53D'

red 170 ◦ green 165 ◦ blue 61

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

Shades of Brass #AAA53D

Tints of Brass #AAA53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 42.93%
G = 41.67%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA53D (or 0xAAA53D) is known color: Brass. HEX triplet: AA, A5 and 3D. RGB value is (170,165,61). Sum of RGB (Red+Green+Blue) = 170+165+61=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA53D is #555AC2. Grayscale: #9B9B9B. Windows color (decimal): -5593795 or 4040106. OLE color: 4040106.

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

Color convert

RGB 170 165 61 -
CMYK 0 0.03 0.64 0.33
HSL 57.25º 0.47% 0.45% -
HSV(B) 57.25º 0.64% 0.67% -
XYZ 30.88 35.79 9.7 -
YUV 154.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 170 165 61 0 0.03 0.64 0.33 57.25 0.47 0.45
Hex AA A5 3D 0 3 40 21 39 2F 2D
Octal 252 245 75 0 3 100 41 71 57 55
Binary 10101010 10100101 111101 0 11 1000000 100001 111001 101111 101101

Color Harmonies of #AAA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA53D

Black with #AAA53D

Text Example


Text Example

White with #AAA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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