Html Css Color HEX #AAA243 Brass

📋 copy color: '#AAA243'

red 170 ◦ green 162 ◦ blue 67

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

Shades of Brass #AAA243

Tints of Brass #AAA243

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 42.61%
G = 40.6%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAA243 (or 0xAAA243) is known color: Brass. HEX triplet: AA, A2 and 43. RGB value is (170,162,67). Sum of RGB (Red+Green+Blue) = 170+162+67=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA243 is #555DBC. Grayscale: #999999. Windows color (decimal): -5594557 or 4432554. OLE color: 4432554.

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

Color convert

RGB 170 162 67 -
CMYK 0 0.05 0.61 0.33
HSL 55.34º 0.43% 0.46% -
HSV(B) 55.34º 0.61% 0.67% -
XYZ 30.51 34.79 10.42 -
YUV 153.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 170 162 67 0 0.05 0.61 0.33 55.34 0.43 0.46
Hex AA A2 43 0 5 3D 21 37 2B 2E
Octal 252 242 103 0 5 75 41 67 53 56
Binary 10101010 10100010 1000011 0 101 111101 100001 110111 101011 101110

Color Harmonies of #AAA243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA243

Black with #AAA243

Text Example


Text Example

White with #AAA243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA243; }

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

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

background-color css

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

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

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

border-color css

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

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

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