Html Css Color HEX #AA9C3E Brass

📋 copy color: '#AA9C3E'

red 170 ◦ green 156 ◦ blue 62

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

Shades of Brass #AA9C3E

Tints of Brass #AA9C3E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

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

R = 43.81%
G = 40.21%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA9C3E (or 0xAA9C3E) is known color: Brass. HEX triplet: AA, 9C and 3E. RGB value is (170,156,62). Sum of RGB (Red+Green+Blue) = 170+156+62=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C3E is #5563C1. Grayscale: #959595. Windows color (decimal): -5596098 or 4103338. OLE color: 4103338.

HSL color Cylindrical-coordinate representation of color #AA9C3E: hue angle of 52.22º 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 #AA9C3E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 156 62 -
CMYK 0 0.08 0.64 0.33
HSL 52.22º 0.47% 0.45% -
HSV(B) 52.22º 0.64% 0.67% -
XYZ 29.34 32.67 9.32 -
YUV 149.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 170 156 62 0 0.08 0.64 0.33 52.22 0.47 0.45
Hex AA 9C 3E 0 8 40 21 34 2F 2D
Octal 252 234 76 0 10 100 41 64 57 55
Binary 10101010 10011100 111110 0 1000 1000000 100001 110100 101111 101101

Color Harmonies of #AA9C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C3E

Black with #AA9C3E

Text Example


Text Example

White with #AA9C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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