Html Css Color HEX #AA9F3D Brass

📋 copy color: '#AA9F3D'

red 170 ◦ green 159 ◦ blue 61

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

Shades of Brass #AA9F3D

Tints of Brass #AA9F3D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.77%

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 43.59%
G = 40.77%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA9F3D (or 0xAA9F3D) is known color: Brass. HEX triplet: AA, 9F and 3D. RGB value is (170,159,61). Sum of RGB (Red+Green+Blue) = 170+159+61=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F3D is #5560C2. Grayscale: #979797. Windows color (decimal): -5595331 or 4038570. OLE color: 4038570.

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

Color convert

RGB 170 159 61 -
CMYK 0 0.06 0.64 0.33
HSL 53.94º 0.47% 0.45% -
HSV(B) 53.94º 0.64% 0.67% -
XYZ 29.82 33.68 9.34 -
YUV 151.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 170 159 61 0 0.06 0.64 0.33 53.94 0.47 0.45
Hex AA 9F 3D 0 6 40 21 36 2F 2D
Octal 252 237 75 0 6 100 41 66 57 55
Binary 10101010 10011111 111101 0 110 1000000 100001 110110 101111 101101

Color Harmonies of #AA9F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F3D

Black with #AA9F3D

Text Example


Text Example

White with #AA9F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F3D; }

 p { color: rgb(170,159,61); }

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

background-color css

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

 a { background-color: rgb(170,159,61); }

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

border-color css

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

 span { border-color: rgb(170,159,61); }

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