Html Css Color HEX #AAA23E Brass

📋 copy color: '#AAA23E'

red 170 ◦ green 162 ◦ blue 62

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

Shades of Brass #AAA23E

Tints of Brass #AAA23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.74%

R = 43.15%
G = 41.12%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AAA23E (or 0xAAA23E) is known color: Brass. HEX triplet: AA, A2 and 3E. RGB value is (170,162,62). Sum of RGB (Red+Green+Blue) = 170+162+62=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23E is #555DC1. Grayscale: #999999. Windows color (decimal): -5594562 or 4104874. OLE color: 4104874.

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

Color convert

RGB 170 162 62 -
CMYK 0 0.05 0.64 0.33
HSL 55.56º 0.47% 0.45% -
HSV(B) 55.56º 0.64% 0.67% -
XYZ 30.37 34.73 9.66 -
YUV 152.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 170 162 62 0 0.05 0.64 0.33 55.56 0.47 0.45
Hex AA A2 3E 0 5 40 21 38 2F 2D
Octal 252 242 76 0 5 100 41 70 57 55
Binary 10101010 10100010 111110 0 101 1000000 100001 111000 101111 101101

Color Harmonies of #AAA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA23E

Black with #AAA23E

Text Example


Text Example

White with #AAA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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