Html Css Color HEX #AAAA43 Brass

📋 copy color: '#AAAA43'

red 170 ◦ green 170 ◦ blue 67

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

Shades of Brass #AAAA43

Tints of Brass #AAAA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.46%

R = 41.77%
G = 41.77%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AAAA43 (or 0xAAAA43) is known color: Brass. HEX triplet: AA, AA and 43. RGB value is (170,170,67). Sum of RGB (Red+Green+Blue) = 170+170+67=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA43 is #5555BC. Grayscale: #9E9E9E. Windows color (decimal): -5592509 or 4434602. OLE color: 4434602.

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

Color convert

RGB 170 170 67 -
CMYK 0 0 0.61 0.33
HSL 60º 0.43% 0.46% -
HSV(B) 60º 0.61% 0.67% -
XYZ 31.97 37.7 10.9 -
YUV 158.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 170 170 67 0 0 0.61 0.33 60 0.43 0.46
Hex AA AA 43 0 0 3D 21 3C 2B 2E
Octal 252 252 103 0 0 75 41 74 53 56
Binary 10101010 10101010 1000011 0 0 111101 100001 111100 101011 101110

Color Harmonies of #AAAA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA43

Black with #AAAA43

Text Example


Text Example

White with #AAAA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA43; }

 p { color: rgb(170,170,67); }

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

background-color css

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

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

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

border-color css

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

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

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