#AFAD38

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

Shades of Brass #AFAD38

Tints of Brass #AFAD38

Color information

#AFAD38 (or 0xAFAD38) is unknown color: approx Brass. HEX triplet: AF, AD and 38. RGB value is (175,173,56). Sum of RGB (Red+Green+Blue) = 175+173+56=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAD38 is #5052C7. Grayscale: #A0A0A0. Windows color (decimal): -5264072 or 3714479. OLE color: 3714479.

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

Color convert

RGB17517356-
CMYK00.010.680.31
HSL58.99º51.52%45.29%-
HSV(B)58.99º68%68.63%-
XYZ33.3439.299.57-
YUV160.2669.16138.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.32%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 56 (22.27% from 255) = 13.86%
R=43.32%
G=42.82%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751735600.010.680.3158.9951.5245.29
HexAFAD3801441F3b342d
Octal257255700110437736455
Binary101011111010110111100001100010011111111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD38; }

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

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

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

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

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

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

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

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