#afa934

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

Shades of Brass #AFA934

Tints of Brass #AFA934

Color information

#AFA934 (or 0xAFA934) is unknown color: approx Brass. HEX triplet: AF, A9 and 34. RGB value is (175,169,52). Sum of RGB (Red+Green+Blue) = 175+169+52=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA934 is #5056CB. Grayscale: #9D9D9D. Windows color (decimal): -5265100 or 3451311. OLE color: 3451311.

HSL color Cylindrical-coordinate representation of color #AFA934: hue angle of 57.07º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFA934 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17516952-
CMYK00.030.700.31
HSL57.07º54.19%44.51%-
HSV(B)57.07º70.29%68.63%-
XYZ32.4937.748.82-
YUV157.4668.49140.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 52 (20.70% from 255) = 13.13%
R=44.19%
G=42.68%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751695200.030.700.3157.0754.1944.51
HexAFA93403461F39362d
Octal257251640310637716655
Binary1010111110101001110100011100011011111111001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afa934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afa934; }

 p { color: rgb(175,169,52); }

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

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

 a { background-color: rgb(175,169,52); }

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

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

 span { border-color: rgb(175,169,52); }

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