Html Css Color HEX #AAAD43 Brass

📋 copy color: '#AAAD43'

red 170 ◦ green 173 ◦ blue 67

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

Shades of Brass #AAAD43

Tints of Brass #AAAD43

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

 BLUE value IS 67 (26.56% from 255) = 16.34%

R = 41.46%
G = 42.2%
B = 16.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AAAD43 (or 0xAAAD43) is known color: Brass. HEX triplet: AA, AD and 43. RGB value is (170,173,67). Sum of RGB (Red+Green+Blue) = 170+173+67=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD43 is #5552BC. Grayscale: #A0A0A0. Windows color (decimal): -5591741 or 4435370. OLE color: 4435370.

HSL color Cylindrical-coordinate representation of color #AAAD43: hue angle of 61.7º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAAD43 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 67 -
CMYK 0.02 0 0.61 0.32
HSL 61.7º 0.44% 0.47% -
HSV(B) 61.7º 0.61% 0.68% -
XYZ 32.53 38.84 11.09 -
YUV 160.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 170 173 67 0.02 0 0.61 0.32 61.7 0.44 0.47
Hex AA AD 43 2 0 3D 20 3E 2C 2F
Octal 252 255 103 2 0 75 40 76 54 57
Binary 10101010 10101101 1000011 10 0 111101 100000 111110 101100 101111

Color Harmonies of #AAAD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD43

Black with #AAAD43

Text Example


Text Example

White with #AAAD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD43; }

 p { color: rgb(170,173,67); }

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

background-color css

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

 a { background-color: rgb(170,173,67); }

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

border-color css

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

 span { border-color: rgb(170,173,67); }

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