#AFA34E

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

Shades of Brass #AFA34E

Tints of Brass #AFA34E

Color information

#AFA34E (or 0xAFA34E) is unknown color: approx Brass. HEX triplet: AF, A3 and 4E. RGB value is (175,163,78). Sum of RGB (Red+Green+Blue) = 175+163+78=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA34E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA34E is #505CB1. Grayscale: #9D9D9D. Windows color (decimal): -5266610 or 5153711. OLE color: 5153711.

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

Color convert

RGB17516378-
CMYK00.070.550.31
HSL52.58º38.34%49.61%-
HSV(B)52.58º55.43%68.63%-
XYZ32.1535.8612.43-
YUV156.983.48140.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=42.07%
G=39.18%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751637800.070.550.3152.5838.3449.61
HexAFA34E07371F352632
Octal257243116076737654662
Binary10101111101000111001110011111011111111110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA34E; }

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

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

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

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

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

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

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

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