#AFA74D

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

Shades of Brass #AFA74D

Tints of Brass #AFA74D

Color information

#AFA74D (or 0xAFA74D) is unknown color: approx Brass. HEX triplet: AF, A7 and 4D. RGB value is (175,167,77). Sum of RGB (Red+Green+Blue) = 175+167+77=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA74D is #5058B2. Grayscale: #9F9F9F. Windows color (decimal): -5265587 or 5089199. OLE color: 5089199.

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

Color convert

RGB17516777-
CMYK00.050.560.31
HSL55.1º38.89%49.41%-
HSV(B)55.1º56%68.63%-
XYZ32.8437.2912.49-
YUV159.1381.65139.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=41.77%
G=39.86%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751677700.050.560.3155.138.8949.41
HexAFA74D05381F372731
Octal257247115057037674761
Binary10101111101001111001101010111100011111110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA74D; }

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

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

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

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

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

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

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

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