Html Css Color HEX #AAAF3F Brass

📋 copy color: '#AAAF3F'

red 170 ◦ green 175 ◦ blue 63

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

Shades of Brass #AAAF3F

Tints of Brass #AAAF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.44%

R = 41.67%
G = 42.89%
B = 15.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AAAF3F (or 0xAAAF3F) is known color: Brass. HEX triplet: AA, AF and 3F. RGB value is (170,175,63). Sum of RGB (Red+Green+Blue) = 170+175+63=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF3F is #5550C0. Grayscale: #A1A1A1. Windows color (decimal): -5591233 or 4173738. OLE color: 4173738.

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

Color convert

RGB 170 175 63 -
CMYK 0.03 0 0.64 0.31
HSL 62.68º 0.47% 0.47% -
HSV(B) 62.68º 0.64% 0.69% -
XYZ 32.8 39.56 10.61 -
YUV 160.74 72.84 134.61 -
System Red Green Blue C M Y K H S L
Decimal 170 175 63 0.03 0 0.64 0.31 62.68 0.47 0.47
Hex AA AF 3F 3 0 40 1F 3F 2F 2F
Octal 252 257 77 3 0 100 37 77 57 57
Binary 10101010 10101111 111111 11 0 1000000 11111 111111 101111 101111

Color Harmonies of #AAAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF3F

Black with #AAAF3F

Text Example


Text Example

White with #AAAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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