Html Css Color HEX #AAA750 Brass

📋 copy color: '#AAA750'

red 170 ◦ green 167 ◦ blue 80

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

Shades of Brass #AAA750

Tints of Brass #AAA750

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.05%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 40.77%
G = 40.05%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AAA750 (or 0xAAA750) is known color: Brass. HEX triplet: AA, A7 and 50. RGB value is (170,167,80). Sum of RGB (Red+Green+Blue) = 170+167+80=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA750 is #5558AF. Grayscale: #9E9E9E. Windows color (decimal): -5593264 or 5285802. OLE color: 5285802.

HSL color Cylindrical-coordinate representation of color #AAA750: hue angle of 58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAA750 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 80 -
CMYK 0 0.02 0.53 0.33
HSL 58º 0.36% 0.49% -
HSV(B) 58º 0.53% 0.67% -
XYZ 31.84 36.76 13.01 -
YUV 157.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 170 167 80 0 0.02 0.53 0.33 58 0.36 0.49
Hex AA A7 50 0 2 35 21 3A 24 31
Octal 252 247 120 0 2 65 41 72 44 61
Binary 10101010 10100111 1010000 0 10 110101 100001 111010 100100 110001

Color Harmonies of #AAA750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA750

Black with #AAA750

Text Example


Text Example

White with #AAA750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA750; }

 p { color: rgb(170,167,80); }

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

background-color css

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

 a { background-color: rgb(170,167,80); }

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

border-color css

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

 span { border-color: rgb(170,167,80); }

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