Html Css Color HEX #AAA14B Brass

📋 copy color: '#AAA14B'

red 170 ◦ green 161 ◦ blue 75

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

Shades of Brass #AAA14B

Tints of Brass #AAA14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 41.87%
G = 39.66%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA14B (or 0xAAA14B) is known color: Brass. HEX triplet: AA, A1 and 4B. RGB value is (170,161,75). Sum of RGB (Red+Green+Blue) = 170+161+75=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA14B is #555EB4. Grayscale: #9A9A9A. Windows color (decimal): -5594805 or 4956586. OLE color: 4956586.

HSL color Cylindrical-coordinate representation of color #AAA14B: hue angle of 54.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAA14B is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 75 -
CMYK 0 0.05 0.56 0.33
HSL 54.32º 0.39% 0.48% -
HSV(B) 54.32º 0.56% 0.67% -
XYZ 30.59 34.54 11.71 -
YUV 153.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 170 161 75 0 0.05 0.56 0.33 54.32 0.39 0.48
Hex AA A1 4B 0 5 38 21 36 27 30
Octal 252 241 113 0 5 70 41 66 47 60
Binary 10101010 10100001 1001011 0 101 111000 100001 110110 100111 110000

Color Harmonies of #AAA14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA14B

Black with #AAA14B

Text Example


Text Example

White with #AAA14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA14B; }

 p { color: rgb(170,161,75); }

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

background-color css

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

 a { background-color: rgb(170,161,75); }

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

border-color css

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

 span { border-color: rgb(170,161,75); }

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