Html Css Color HEX #AAAB42 Brass

📋 copy color: '#AAAB42'

red 170 ◦ green 171 ◦ blue 66

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

Shades of Brass #AAAB42

Tints of Brass #AAAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 41.77%
G = 42.01%
B = 16.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAAB42 (or 0xAAAB42) is known color: Brass. HEX triplet: AA, AB and 42. RGB value is (170,171,66). Sum of RGB (Red+Green+Blue) = 170+171+66=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB42 is #5554BD. Grayscale: #9F9F9F. Windows color (decimal): -5592254 or 4369322. OLE color: 4369322.

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

Color convert

RGB 170 171 66 -
CMYK 0.01 0 0.61 0.33
HSL 60.57º 0.44% 0.46% -
HSV(B) 60.57º 0.61% 0.67% -
XYZ 32.12 38.07 10.81 -
YUV 158.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 170 171 66 0.01 0 0.61 0.33 60.57 0.44 0.46
Hex AA AB 42 1 0 3D 21 3D 2C 2E
Octal 252 253 102 1 0 75 41 75 54 56
Binary 10101010 10101011 1000010 1 0 111101 100001 111101 101100 101110

Color Harmonies of #AAAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB42

Black with #AAAB42

Text Example


Text Example

White with #AAAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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