Html Css Color HEX #AA9F44 Brass

📋 copy color: '#AA9F44'

red 170 ◦ green 159 ◦ blue 68

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

Shades of Brass #AA9F44

Tints of Brass #AA9F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.13%

R = 42.82%
G = 40.05%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA9F44 (or 0xAA9F44) is known color: Brass. HEX triplet: AA, 9F and 44. RGB value is (170,159,68). Sum of RGB (Red+Green+Blue) = 170+159+68=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F44 is #5560BB. Grayscale: #989898. Windows color (decimal): -5595324 or 4497322. OLE color: 4497322.

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

Color convert

RGB 170 159 68 -
CMYK 0 0.06 0.6 0.33
HSL 53.53º 0.43% 0.47% -
HSV(B) 53.53º 0.6% 0.67% -
XYZ 30.02 33.76 10.4 -
YUV 151.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 170 159 68 0 0.06 0.6 0.33 53.53 0.43 0.47
Hex AA 9F 44 0 6 3C 21 36 2B 2F
Octal 252 237 104 0 6 74 41 66 53 57
Binary 10101010 10011111 1000100 0 110 111100 100001 110110 101011 101111

Color Harmonies of #AA9F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F44

Black with #AA9F44

Text Example


Text Example

White with #AA9F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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