Html Css Color HEX #AAAF3C Brass

📋 copy color: '#AAAF3C'

red 170 ◦ green 175 ◦ blue 60

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

Shades of Brass #AAAF3C

Tints of Brass #AAAF3C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 41.98%
G = 43.21%
B = 14.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AAAF3C (or 0xAAAF3C) is known color: Brass. HEX triplet: AA, AF and 3C. RGB value is (170,175,60). Sum of RGB (Red+Green+Blue) = 170+175+60=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF3C is #5550C3. Grayscale: #A0A0A0. Windows color (decimal): -5591236 or 3977130. OLE color: 3977130.

HSL color Cylindrical-coordinate representation of color #AAAF3C: hue angle of 62.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAAF3C is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 60 -
CMYK 0.03 0 0.66 0.31
HSL 62.61º 0.49% 0.46% -
HSV(B) 62.61º 0.66% 0.69% -
XYZ 32.72 39.53 10.18 -
YUV 160.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 170 175 60 0.03 0 0.66 0.31 62.61 0.49 0.46
Hex AA AF 3C 3 0 42 1F 3F 31 2E
Octal 252 257 74 3 0 102 37 77 61 56
Binary 10101010 10101111 111100 11 0 1000010 11111 111111 110001 101110

Color Harmonies of #AAAF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF3C

Black with #AAAF3C

Text Example


Text Example

White with #AAAF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF3C; }

 p { color: rgb(170,175,60); }

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

background-color css

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

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

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

border-color css

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

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

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