Html Css Color HEX #AAAA34 Brass

📋 copy color: '#AAAA34'

red 170 ◦ green 170 ◦ blue 52

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

Shades of Brass #AAAA34

Tints of Brass #AAAA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.27%

R = 43.37%
G = 43.37%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AAAA34 (or 0xAAAA34) is known color: Brass. HEX triplet: AA, AA and 34. RGB value is (170,170,52). Sum of RGB (Red+Green+Blue) = 170+170+52=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA34 is #5555CB. Grayscale: #9D9D9D. Windows color (decimal): -5592524 or 3451562. OLE color: 3451562.

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

Color convert

RGB 170 170 52 -
CMYK 0 0 0.69 0.33
HSL 60º 0.53% 0.44% -
HSV(B) 60º 0.69% 0.67% -
XYZ 31.57 37.54 8.83 -
YUV 156.55 69 137.59 -
System Red Green Blue C M Y K H S L
Decimal 170 170 52 0 0 0.69 0.33 60 0.53 0.44
Hex AA AA 34 0 0 45 21 3C 35 2C
Octal 252 252 64 0 0 105 41 74 65 54
Binary 10101010 10101010 110100 0 0 1000101 100001 111100 110101 101100

Color Harmonies of #AAAA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA34

Black with #AAAA34

Text Example


Text Example

White with #AAAA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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