Html Css Color HEX #AA9D3E Brass

📋 copy color: '#AA9D3E'

red 170 ◦ green 157 ◦ blue 62

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

Shades of Brass #AA9D3E

Tints of Brass #AA9D3E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

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

R = 43.7%
G = 40.36%
B = 15.94%

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

#AA9D3E (or 0xAA9D3E) is known color: Brass. HEX triplet: AA, 9D and 3E. RGB value is (170,157,62). Sum of RGB (Red+Green+Blue) = 170+157+62=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D3E is #5562C1. Grayscale: #969696. Windows color (decimal): -5595842 or 4103594. OLE color: 4103594.

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

Color convert

RGB 170 157 62 -
CMYK 0 0.08 0.64 0.33
HSL 52.78º 0.47% 0.45% -
HSV(B) 52.78º 0.64% 0.67% -
XYZ 29.5 33.01 9.37 -
YUV 150.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 170 157 62 0 0.08 0.64 0.33 52.78 0.47 0.45
Hex AA 9D 3E 0 8 40 21 35 2F 2D
Octal 252 235 76 0 10 100 41 65 57 55
Binary 10101010 10011101 111110 0 1000 1000000 100001 110101 101111 101101

Color Harmonies of #AA9D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D3E

Black with #AA9D3E

Text Example


Text Example

White with #AA9D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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