Html Css Color HEX #AA9F3F Brass

📋 copy color: '#AA9F3F'

red 170 ◦ green 159 ◦ blue 63

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

Shades of Brass #AA9F3F

Tints of Brass #AA9F3F

RGB

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

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

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

R = 43.37%
G = 40.56%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA9F3F (or 0xAA9F3F) is known color: Brass. HEX triplet: AA, 9F and 3F. RGB value is (170,159,63). Sum of RGB (Red+Green+Blue) = 170+159+63=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F3F is #5560C0. Grayscale: #979797. Windows color (decimal): -5595329 or 4169642. OLE color: 4169642.

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

Color convert

RGB 170 159 63 -
CMYK 0 0.06 0.63 0.33
HSL 53.83º 0.46% 0.46% -
HSV(B) 53.83º 0.63% 0.67% -
XYZ 29.87 33.7 9.63 -
YUV 151.35 78.14 141.31 -
System Red Green Blue C M Y K H S L
Decimal 170 159 63 0 0.06 0.63 0.33 53.83 0.46 0.46
Hex AA 9F 3F 0 6 3F 21 36 2E 2E
Octal 252 237 77 0 6 77 41 66 56 56
Binary 10101010 10011111 111111 0 110 111111 100001 110110 101110 101110

Color Harmonies of #AA9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F3F

Black with #AA9F3F

Text Example


Text Example

White with #AA9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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