Html Css Color HEX #AAA238 Brass

📋 copy color: '#AAA238'

red 170 ◦ green 162 ◦ blue 56

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

Shades of Brass #AAA238

Tints of Brass #AAA238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.43%

R = 43.81%
G = 41.75%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AAA238 (or 0xAAA238) is known color: Brass. HEX triplet: AA, A2 and 38. RGB value is (170,162,56). Sum of RGB (Red+Green+Blue) = 170+162+56=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA238 is #555DC7. Grayscale: #989898. Windows color (decimal): -5594568 or 3711658. OLE color: 3711658.

HSL color Cylindrical-coordinate representation of color #AAA238: hue angle of 55.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAA238 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 162 56 -
CMYK 0 0.05 0.67 0.33
HSL 55.79º 0.5% 0.44% -
HSV(B) 55.79º 0.67% 0.67% -
XYZ 30.21 34.67 8.84 -
YUV 152.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 170 162 56 0 0.05 0.67 0.33 55.79 0.5 0.44
Hex AA A2 38 0 5 43 21 38 32 2C
Octal 252 242 70 0 5 103 41 70 62 54
Binary 10101010 10100010 111000 0 101 1000011 100001 111000 110010 101100

Color Harmonies of #AAA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA238

Black with #AAA238

Text Example


Text Example

White with #AAA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA238; }

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

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

background-color css

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

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

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

border-color css

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

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

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