Html Css Color HEX #AAA742 Brass

📋 copy color: '#AAA742'

red 170 ◦ green 167 ◦ blue 66

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

Shades of Brass #AAA742

Tints of Brass #AAA742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.38%

R = 42.18%
G = 41.44%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAA742 (or 0xAAA742) is known color: Brass. HEX triplet: AA, A7 and 42. RGB value is (170,167,66). Sum of RGB (Red+Green+Blue) = 170+167+66=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA742 is #5558BD. Grayscale: #9C9C9C. Windows color (decimal): -5593278 or 4368298. OLE color: 4368298.

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

Color convert

RGB 170 167 66 -
CMYK 0 0.02 0.61 0.33
HSL 58.27º 0.44% 0.46% -
HSV(B) 58.27º 0.61% 0.67% -
XYZ 31.38 36.58 10.56 -
YUV 156.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 170 167 66 0 0.02 0.61 0.33 58.27 0.44 0.46
Hex AA A7 42 0 2 3D 21 3A 2C 2E
Octal 252 247 102 0 2 75 41 72 54 56
Binary 10101010 10100111 1000010 0 10 111101 100001 111010 101100 101110

Color Harmonies of #AAA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA742

Black with #AAA742

Text Example


Text Example

White with #AAA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA742; }

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

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

background-color css

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

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

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

border-color css

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

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

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