#AFA44A

Color #AFA44A Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #AFA44A

Tints of Brass #AFA44A

Color information

#AFA44A (or 0xAFA44A) is unknown color: approx Brass. HEX triplet: AF, A4 and 4A. RGB value is (175,164,74). Sum of RGB (Red+Green+Blue) = 175+164+74=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA44A is #505BB5. Grayscale: #9D9D9D. Windows color (decimal): -5266358 or 4891823. OLE color: 4891823.

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

Color convert

RGB17516474-
CMYK00.060.580.31
HSL53.47º40.56%48.82%-
HSV(B)53.47º57.71%68.63%-
XYZ32.1936.1611.76-
YUV157.0381.14140.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 74 (29.30% from 255) = 17.92%
R=42.37%
G=39.71%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751647400.060.580.3153.4740.5648.82
HexAFA44A063A1F352931
Octal257244112067237655161
Binary10101111101001001001010011011101011111110101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA44A; }

 p { color: rgb(175,164,74); }

 H1.HeaderClassName
 {
   color: #AFA44A;
 }
 .AnyTagClassName
 {
   color: #AFA44A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,164,74); }

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

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

 span { border-color: rgb(175,164,74); }

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