#ACAF3D

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

Shades of Brass #ACAF3D

Tints of Brass #ACAF3D

Color information

#ACAF3D (or 0xACAF3D) is unknown color: approx Brass. HEX triplet: AC, AF and 3D. RGB value is (172,175,61). Sum of RGB (Red+Green+Blue) = 172+175+61=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF3D is #5350C2. Grayscale: #A1A1A1. Windows color (decimal): -5460163 or 4042668. OLE color: 4042668.

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

Color convert

RGB17217561-
CMYK0.0200.650.31
HSL61.58º48.31%46.27%-
HSV(B)61.58º65.14%68.63%-
XYZ33.1939.7710.34-
YUV161.1171.51135.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=42.16%
G=42.89%
B=14.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175610.0200.650.3161.5848.3146.27
HexACAF3D20411F3e302e
Octal254257752010137766056
Binary1010110010101111111101100100000111111111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF3D; }

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

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

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

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

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

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

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

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