Html Css Color HEX #ACAC39 Brass

📋 copy color: '#ACAC39'

red 172 ◦ green 172 ◦ blue 57

#ACAC39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ACAC39

Tints of Brass #ACAC39

RGB

 RED value IS 172 (67.58% from 255) = 42.89%

 GREEN value IS 172 (67.58% from 255) = 42.89%

 BLUE value IS 57 (22.66% from 255) = 14.21%

R = 42.89%
G = 42.89%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ACAC39 (or 0xACAC39) is known color: Brass. HEX triplet: AC, AC and 39. RGB value is (172,172,57). Sum of RGB (Red+Green+Blue) = 172+172+57=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC39 is #5353C6. Grayscale: #9F9F9F. Windows color (decimal): -5460935 or 3779756. OLE color: 3779756.

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

Color convert

RGB 172 172 57 -
CMYK 0 0 0.67 0.33
HSL 60º 0.5% 0.45% -
HSV(B) 60º 0.67% 0.67% -
XYZ 32.5 38.57 9.6 -
YUV 158.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 172 172 57 0 0 0.67 0.33 60 0.5 0.45
Hex AC AC 39 0 0 43 21 3C 32 2D
Octal 254 254 71 0 0 103 41 74 62 55
Binary 10101100 10101100 111001 0 0 1000011 100001 111100 110010 101101

Color Harmonies of #ACAC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC39

Black with #ACAC39

Text Example


Text Example

White with #ACAC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC39; }

 p { color: rgb(172,172,57); }

 H1.HeaderClassName
 {
   color: #ACAC39;
 }
 .AnyTagClassName
 {
   color: #ACAC39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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