#AFAF47

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

Shades of Brass #AFAF47

Tints of Brass #AFAF47

Color information

#AFAF47 (or 0xAFAF47) is unknown color: approx Brass. HEX triplet: AF, AF and 47. RGB value is (175,175,71). Sum of RGB (Red+Green+Blue) = 175+175+71=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAF47 is #5050B8. Grayscale: #A3A3A3. Windows color (decimal): -5263545 or 4698031. OLE color: 4698031.

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

Color convert

RGB17517571-
CMYK000.590.31
HSL60º42.28%48.24%-
HSV(B)60º59.43%68.63%-
XYZ34.1540.2311.93-
YUV163.1476136.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 71 (28.12% from 255) = 16.86%
R=41.57%
G=41.57%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517571000.590.316042.2848.24
HexAFAF47003B1F3c2a30
Octal257257107007337745260
Binary101011111010111110001110011101111111111100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF47; }

 p { color: rgb(175,175,71); }

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

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

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

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

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

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

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