#ACAF3A

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

Shades of Brass #ACAF3A

Tints of Brass #ACAF3A

Color information

#ACAF3A (or 0xACAF3A) is unknown color: approx Brass. HEX triplet: AC, AF and 3A. RGB value is (172,175,58). Sum of RGB (Red+Green+Blue) = 172+175+58=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAF3A is #5350C5. Grayscale: #A1A1A1. Windows color (decimal): -5460166 or 3846060. OLE color: 3846060.

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

Color convert

RGB17217558-
CMYK0.0200.670.31
HSL61.54º50.21%45.69%-
HSV(B)61.54º66.86%68.63%-
XYZ33.1139.749.93-
YUV160.7670.01136.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=42.47%
G=43.21%
B=14.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172175580.0200.670.3161.5450.2145.69
HexACAF3A20431F3e322e
Octal254257722010337766256
Binary1010110010101111111010100100001111111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF3A; }

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

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

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

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

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

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

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

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