Html Css Color HEX #ACAC3B Brass

📋 copy color: '#ACAC3B'

red 172 ◦ green 172 ◦ blue 59

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

Shades of Brass #ACAC3B

Tints of Brass #ACAC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.64%

R = 42.68%
G = 42.68%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ACAC3B (or 0xACAC3B) is known color: Brass. HEX triplet: AC, AC and 3B. RGB value is (172,172,59). Sum of RGB (Red+Green+Blue) = 172+172+59=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC3B is #5353C4. Grayscale: #9F9F9F. Windows color (decimal): -5460933 or 3910828. OLE color: 3910828.

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

Color convert

RGB 172 172 59 -
CMYK 0 0 0.66 0.33
HSL 60º 0.49% 0.45% -
HSV(B) 60º 0.66% 0.67% -
XYZ 32.56 38.59 9.87 -
YUV 159.12 71.5 137.19 -
System Red Green Blue C M Y K H S L
Decimal 172 172 59 0 0 0.66 0.33 60 0.49 0.45
Hex AC AC 3B 0 0 42 21 3C 31 2D
Octal 254 254 73 0 0 102 41 74 61 55
Binary 10101100 10101100 111011 0 0 1000010 100001 111100 110001 101101

Color Harmonies of #ACAC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC3B

Black with #ACAC3B

Text Example


Text Example

White with #ACAC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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