#AFA332

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

Shades of Brass #AFA332

Tints of Brass #AFA332

Color information

#AFA332 (or 0xAFA332) is unknown color: approx Brass. HEX triplet: AF, A3 and 32. RGB value is (175,163,50). Sum of RGB (Red+Green+Blue) = 175+163+50=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA332 is #505CCD. Grayscale: #9A9A9A. Windows color (decimal): -5266638 or 3318703. OLE color: 3318703.

HSL color Cylindrical-coordinate representation of color #AFA332: hue angle of 54.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFA332 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17516350-
CMYK00.070.710.31
HSL54.24º55.56%44.12%-
HSV(B)54.24º71.43%68.63%-
XYZ31.3535.548.22-
YUV153.7169.48143.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 50 (19.92% from 255) = 12.89%
R=45.10%
G=42.01%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751635000.070.710.3154.2455.5644.12
HexAFA33207471F36382c
Octal257243620710737667054
Binary10101111101000111100100111100011111111110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA332; }

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

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

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

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

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

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

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

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