#afa732

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

Shades of Brass #AFA732

Tints of Brass #AFA732

Color information

#AFA732 (or 0xAFA732) is unknown color: approx Brass. HEX triplet: AF, A7 and 32. RGB value is (175,167,50). Sum of RGB (Red+Green+Blue) = 175+167+50=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA732 is #5058CD. Grayscale: #9C9C9C. Windows color (decimal): -5265614 or 3319727. OLE color: 3319727.

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

Color convert

RGB17516750-
CMYK00.050.710.31
HSL56.16º55.56%44.12%-
HSV(B)56.16º71.43%68.63%-
XYZ32.0736.988.47-
YUV156.0568.15141.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 167 (65.62% from 255) = 42.60%
BLUE value IS 50 (19.92% from 255) = 12.76%
R=44.64%
G=42.60%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751675000.050.710.3156.1655.5644.12
HexAFA73205471F38382c
Octal257247620510737707054
Binary10101111101001111100100101100011111111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa732; }

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

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

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

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

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

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

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

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