Html Css Color HEX #AA9F45 Brass

📋 copy color: '#AA9F45'

red 170 ◦ green 159 ◦ blue 69

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

Shades of Brass #AA9F45

Tints of Brass #AA9F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 42.71%
G = 39.95%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA9F45 (or 0xAA9F45) is known color: Brass. HEX triplet: AA, 9F and 45. RGB value is (170,159,69). Sum of RGB (Red+Green+Blue) = 170+159+69=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F45 is #5560BA. Grayscale: #989898. Windows color (decimal): -5595323 or 4562858. OLE color: 4562858.

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

Color convert

RGB 170 159 69 -
CMYK 0 0.06 0.59 0.33
HSL 53.47º 0.42% 0.47% -
HSV(B) 53.47º 0.59% 0.67% -
XYZ 30.05 33.77 10.57 -
YUV 152.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 170 159 69 0 0.06 0.59 0.33 53.47 0.42 0.47
Hex AA 9F 45 0 6 3B 21 35 2A 2F
Octal 252 237 105 0 6 73 41 65 52 57
Binary 10101010 10011111 1000101 0 110 111011 100001 110101 101010 101111

Color Harmonies of #AA9F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F45

Black with #AA9F45

Text Example


Text Example

White with #AA9F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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