Html Css Color HEX #AAAF42 Brass

📋 copy color: '#AAAF42'

red 170 ◦ green 175 ◦ blue 66

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

Shades of Brass #AAAF42

Tints of Brass #AAAF42

RGB

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

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

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

R = 41.36%
G = 42.58%
B = 16.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AAAF42 (or 0xAAAF42) is known color: Brass. HEX triplet: AA, AF and 42. RGB value is (170,175,66). Sum of RGB (Red+Green+Blue) = 170+175+66=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF42 is #5550BD. Grayscale: #A1A1A1. Windows color (decimal): -5591230 or 4370346. OLE color: 4370346.

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

Color convert

RGB 170 175 66 -
CMYK 0.03 0 0.62 0.31
HSL 62.75º 0.45% 0.47% -
HSV(B) 62.75º 0.62% 0.69% -
XYZ 32.89 39.6 11.06 -
YUV 161.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 170 175 66 0.03 0 0.62 0.31 62.75 0.45 0.47
Hex AA AF 42 3 0 3E 1F 3F 2D 2F
Octal 252 257 102 3 0 76 37 77 55 57
Binary 10101010 10101111 1000010 11 0 111110 11111 111111 101101 101111

Color Harmonies of #AAAF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF42

Black with #AAAF42

Text Example


Text Example

White with #AAAF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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