#AFAD3D

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

Shades of Brass #AFAD3D

Tints of Brass #AFAD3D

Color information

#AFAD3D (or 0xAFAD3D) is unknown color: approx Brass. HEX triplet: AF, AD and 3D. RGB value is (175,173,61). Sum of RGB (Red+Green+Blue) = 175+173+61=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD3D is #5052C2. Grayscale: #A1A1A1. Windows color (decimal): -5264067 or 4042159. OLE color: 4042159.

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

Color convert

RGB17517361-
CMYK00.010.650.31
HSL58.95º48.31%46.27%-
HSV(B)58.95º65.14%68.63%-
XYZ33.4739.3410.24-
YUV160.8371.66138.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 61 (24.22% from 255) = 14.91%
R=42.79%
G=42.30%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751736100.010.650.3158.9548.3146.27
HexAFAD3D01411F3b302e
Octal257255750110137736056
Binary101011111010110111110101100000111111111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD3D; }

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

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

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

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

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

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

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

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