#AFA432

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

Shades of Brass #AFA432

Tints of Brass #AFA432

Color information

#AFA432 (or 0xAFA432) is unknown color: approx Brass. HEX triplet: AF, A4 and 32. RGB value is (175,164,50). Sum of RGB (Red+Green+Blue) = 175+164+50=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA432 is #505BCD. Grayscale: #9A9A9A. Windows color (decimal): -5266382 or 3318959. OLE color: 3318959.

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

Color convert

RGB17516450-
CMYK00.060.710.31
HSL54.72º55.56%44.12%-
HSV(B)54.72º71.43%68.63%-
XYZ31.5335.98.28-
YUV154.2969.14142.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 50 (19.92% from 255) = 12.85%
R=44.99%
G=42.16%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751645000.060.710.3154.7255.5644.12
HexAFA43206471F37382c
Octal257244620610737677054
Binary10101111101001001100100110100011111111110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA432; }

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

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

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

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

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

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

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

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