#AFA338

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

Shades of Brass #AFA338

Tints of Brass #AFA338

Color information

#AFA338 (or 0xAFA338) is unknown color: approx Brass. HEX triplet: AF, A3 and 38. RGB value is (175,163,56). Sum of RGB (Red+Green+Blue) = 175+163+56=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA338 is #505CC7. Grayscale: #9A9A9A. Windows color (decimal): -5266632 or 3711919. OLE color: 3711919.

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

Color convert

RGB17516356-
CMYK00.070.680.31
HSL53.95º51.52%45.29%-
HSV(B)53.95º68%68.63%-
XYZ31.4935.598.95-
YUV154.3972.48142.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 56 (22.27% from 255) = 14.21%
R=44.42%
G=41.37%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751635600.070.680.3153.9551.5245.29
HexAFA33807441F36342d
Octal257243700710437666455
Binary10101111101000111110000111100010011111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA338; }

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

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

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

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

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

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

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

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