#AFAD35

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

Shades of Brass #AFAD35

Tints of Brass #AFAD35

Color information

#AFAD35 (or 0xAFAD35) is unknown color: approx Brass. HEX triplet: AF, AD and 35. RGB value is (175,173,53). Sum of RGB (Red+Green+Blue) = 175+173+53=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD35 is #5052CA. Grayscale: #A0A0A0. Windows color (decimal): -5264075 or 3517871. OLE color: 3517871.

HSL color Cylindrical-coordinate representation of color #AFAD35: hue angle of 59.02º 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 #AFAD35 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17517353-
CMYK00.010.700.31
HSL59.02º53.51%44.71%-
HSV(B)59.02º69.71%68.63%-
XYZ33.2739.269.19-
YUV159.9267.66138.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 53 (21.09% from 255) = 13.22%
R=43.64%
G=43.14%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751735300.010.700.3159.0253.5144.71
HexAFAD3501461F3b362d
Octal257255650110637736655
Binary101011111010110111010101100011011111111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD35; }

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

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

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

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

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

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

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

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