Html Css Color HEX #AAA23A Brass

📋 copy color: '#AAA23A'

red 170 ◦ green 162 ◦ blue 58

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

Shades of Brass #AAA23A

Tints of Brass #AAA23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 43.59%
G = 41.54%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA23A (or 0xAAA23A) is known color: Brass. HEX triplet: AA, A2 and 3A. RGB value is (170,162,58). Sum of RGB (Red+Green+Blue) = 170+162+58=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23A is #555DC5. Grayscale: #989898. Windows color (decimal): -5594566 or 3842730. OLE color: 3842730.

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

Color convert

RGB 170 162 58 -
CMYK 0 0.05 0.66 0.33
HSL 55.71º 0.49% 0.45% -
HSV(B) 55.71º 0.66% 0.67% -
XYZ 30.26 34.69 9.1 -
YUV 152.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 170 162 58 0 0.05 0.66 0.33 55.71 0.49 0.45
Hex AA A2 3A 0 5 42 21 38 31 2D
Octal 252 242 72 0 5 102 41 70 61 55
Binary 10101010 10100010 111010 0 101 1000010 100001 111000 110001 101101

Color Harmonies of #AAA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA23A

Black with #AAA23A

Text Example


Text Example

White with #AAA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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