Html Css Color HEX #AAA23F Brass

📋 copy color: '#AAA23F'

red 170 ◦ green 162 ◦ blue 63

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

Shades of Brass #AAA23F

Tints of Brass #AAA23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.95%

R = 43.04%
G = 41.01%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AAA23F (or 0xAAA23F) is known color: Brass. HEX triplet: AA, A2 and 3F. RGB value is (170,162,63). Sum of RGB (Red+Green+Blue) = 170+162+63=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23F is #555DC0. Grayscale: #999999. Windows color (decimal): -5594561 or 4170410. OLE color: 4170410.

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

Color convert

RGB 170 162 63 -
CMYK 0 0.05 0.63 0.33
HSL 55.51º 0.46% 0.46% -
HSV(B) 55.51º 0.63% 0.67% -
XYZ 30.4 34.75 9.81 -
YUV 153.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 170 162 63 0 0.05 0.63 0.33 55.51 0.46 0.46
Hex AA A2 3F 0 5 3F 21 38 2E 2E
Octal 252 242 77 0 5 77 41 70 56 56
Binary 10101010 10100010 111111 0 101 111111 100001 111000 101110 101110

Color Harmonies of #AAA23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA23F

Black with #AAA23F

Text Example


Text Example

White with #AAA23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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