#ACAF42

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

Shades of Brass #ACAF42

Tints of Brass #ACAF42

Color information

#ACAF42 (or 0xACAF42) is unknown color: approx Brass. HEX triplet: AC, AF and 42. RGB value is (172,175,66). Sum of RGB (Red+Green+Blue) = 172+175+66=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF42 is #5350BD. Grayscale: #A2A2A2. Windows color (decimal): -5460158 or 4370348. OLE color: 4370348.

HSL color Cylindrical-coordinate representation of color #ACAF42: hue angle of 61.65º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACAF42 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17217566-
CMYK0.0200.620.31
HSL61.65º45.23%47.25%-
HSV(B)61.65º62.29%68.63%-
XYZ33.3339.8211.08-
YUV161.6874.01135.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=41.65%
G=42.37%
B=15.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175660.0200.620.3161.6545.2347.25
HexACAF42203E1F3e2d2f
Octal254257102207637765557
Binary1010110010101111100001010011111011111111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF42; }

 p { color: rgb(172,175,66); }

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

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

 a { background-color: rgb(172,175,66); }

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

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

 span { border-color: rgb(172,175,66); }

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