Html Css Color HEX #AA9E44 Brass

📋 copy color: '#AA9E44'

red 170 ◦ green 158 ◦ blue 68

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

Shades of Brass #AA9E44

Tints of Brass #AA9E44

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

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

R = 42.93%
G = 39.9%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA9E44 (or 0xAA9E44) is known color: Brass. HEX triplet: AA, 9E and 44. RGB value is (170,158,68). Sum of RGB (Red+Green+Blue) = 170+158+68=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E44 is #5561BB. Grayscale: #979797. Windows color (decimal): -5595580 or 4497066. OLE color: 4497066.

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

Color convert

RGB 170 158 68 -
CMYK 0 0.07 0.6 0.33
HSL 52.94º 0.43% 0.47% -
HSV(B) 52.94º 0.6% 0.67% -
XYZ 29.85 33.42 10.35 -
YUV 151.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 170 158 68 0 0.07 0.6 0.33 52.94 0.43 0.47
Hex AA 9E 44 0 7 3C 21 35 2B 2F
Octal 252 236 104 0 7 74 41 65 53 57
Binary 10101010 10011110 1000100 0 111 111100 100001 110101 101011 101111

Color Harmonies of #AA9E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E44

Black with #AA9E44

Text Example


Text Example

White with #AA9E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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