Html Css Color HEX #AAA843 Brass

📋 copy color: '#AAA843'

red 170 ◦ green 168 ◦ blue 67

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

Shades of Brass #AAA843

Tints of Brass #AAA843

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 41.98%
G = 41.48%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAA843 (or 0xAAA843) is known color: Brass. HEX triplet: AA, A8 and 43. RGB value is (170,168,67). Sum of RGB (Red+Green+Blue) = 170+168+67=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA843 is #5557BC. Grayscale: #9D9D9D. Windows color (decimal): -5593021 or 4434090. OLE color: 4434090.

HSL color Cylindrical-coordinate representation of color #AAA843: hue angle of 58.83º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAA843 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 67 -
CMYK 0 0.01 0.61 0.33
HSL 58.83º 0.43% 0.46% -
HSV(B) 58.83º 0.61% 0.67% -
XYZ 31.59 36.96 10.78 -
YUV 157.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 170 168 67 0 0.01 0.61 0.33 58.83 0.43 0.46
Hex AA A8 43 0 1 3D 21 3B 2B 2E
Octal 252 250 103 0 1 75 41 73 53 56
Binary 10101010 10101000 1000011 0 1 111101 100001 111011 101011 101110

Color Harmonies of #AAA843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA843

Black with #AAA843

Text Example


Text Example

White with #AAA843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA843; }

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

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

background-color css

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

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

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

border-color css

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

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

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