Html Css Color HEX #AAA23C Brass

📋 copy color: '#AAA23C'

red 170 ◦ green 162 ◦ blue 60

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

Shades of Brass #AAA23C

Tints of Brass #AAA23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.31%

R = 43.37%
G = 41.33%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AAA23C (or 0xAAA23C) is known color: Brass. HEX triplet: AA, A2 and 3C. RGB value is (170,162,60). Sum of RGB (Red+Green+Blue) = 170+162+60=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23C is #555DC3. Grayscale: #999999. Windows color (decimal): -5594564 or 3973802. OLE color: 3973802.

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

Color convert

RGB 170 162 60 -
CMYK 0 0.05 0.65 0.33
HSL 55.64º 0.48% 0.45% -
HSV(B) 55.64º 0.65% 0.67% -
XYZ 30.31 34.71 9.38 -
YUV 152.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 170 162 60 0 0.05 0.65 0.33 55.64 0.48 0.45
Hex AA A2 3C 0 5 41 21 38 30 2D
Octal 252 242 74 0 5 101 41 70 60 55
Binary 10101010 10100010 111100 0 101 1000001 100001 111000 110000 101101

Color Harmonies of #AAA23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA23C

Black with #AAA23C

Text Example


Text Example

White with #AAA23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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