Html Css Color HEX #AAA04B Brass

📋 copy color: '#AAA04B'

red 170 ◦ green 160 ◦ blue 75

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

Shades of Brass #AAA04B

Tints of Brass #AAA04B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.51%

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

R = 41.98%
G = 39.51%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AAA04B (or 0xAAA04B) is known color: Brass. HEX triplet: AA, A0 and 4B. RGB value is (170,160,75). Sum of RGB (Red+Green+Blue) = 170+160+75=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA04B is #555FB4. Grayscale: #999999. Windows color (decimal): -5595061 or 4956330. OLE color: 4956330.

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

Color convert

RGB 170 160 75 -
CMYK 0 0.06 0.56 0.33
HSL 53.68º 0.39% 0.48% -
HSV(B) 53.68º 0.56% 0.67% -
XYZ 30.42 34.2 11.65 -
YUV 153.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 170 160 75 0 0.06 0.56 0.33 53.68 0.39 0.48
Hex AA A0 4B 0 6 38 21 36 27 30
Octal 252 240 113 0 6 70 41 66 47 60
Binary 10101010 10100000 1001011 0 110 111000 100001 110110 100111 110000

Color Harmonies of #AAA04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA04B

Black with #AAA04B

Text Example


Text Example

White with #AAA04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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