Html Css Color HEX #AAA43D Brass

📋 copy color: '#AAA43D'

red 170 ◦ green 164 ◦ blue 61

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

Shades of Brass #AAA43D

Tints of Brass #AAA43D

RGB

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

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

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

R = 43.04%
G = 41.52%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA43D (or 0xAAA43D) is known color: Brass. HEX triplet: AA, A4 and 3D. RGB value is (170,164,61). Sum of RGB (Red+Green+Blue) = 170+164+61=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA43D is #555BC2. Grayscale: #9A9A9A. Windows color (decimal): -5594051 or 4039850. OLE color: 4039850.

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

Color convert

RGB 170 164 61 -
CMYK 0 0.04 0.64 0.33
HSL 56.7º 0.47% 0.45% -
HSV(B) 56.7º 0.64% 0.67% -
XYZ 30.7 35.43 9.64 -
YUV 154.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 170 164 61 0 0.04 0.64 0.33 56.7 0.47 0.45
Hex AA A4 3D 0 4 40 21 39 2F 2D
Octal 252 244 75 0 4 100 41 71 57 55
Binary 10101010 10100100 111101 0 100 1000000 100001 111001 101111 101101

Color Harmonies of #AAA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA43D

Black with #AAA43D

Text Example


Text Example

White with #AAA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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