#AFA735

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

Shades of Brass #AFA735

Tints of Brass #AFA735

Color information

#AFA735 (or 0xAFA735) is unknown color: approx Brass. HEX triplet: AF, A7 and 35. RGB value is (175,167,53). Sum of RGB (Red+Green+Blue) = 175+167+53=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA735 is #5058CA. Grayscale: #9C9C9C. Windows color (decimal): -5265611 or 3516335. OLE color: 3516335.

HSL color Cylindrical-coordinate representation of color #AFA735: hue angle of 56.07º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFA735 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17516753-
CMYK00.050.700.31
HSL56.07º53.51%44.71%-
HSV(B)56.07º69.71%68.63%-
XYZ32.1437.018.82-
YUV156.469.65141.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=44.30%
G=42.28%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751675300.050.700.3156.0753.5144.71
HexAFA73505461F38362d
Octal257247650510637706655
Binary10101111101001111101010101100011011111111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA735; }

 p { color: rgb(175,167,53); }

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

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

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

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

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

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

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