Html Css Color HEX #ACAC37 Brass

📋 copy color: '#ACAC37'

red 172 ◦ green 172 ◦ blue 55

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

Shades of Brass #ACAC37

Tints of Brass #ACAC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.78%

R = 43.11%
G = 43.11%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ACAC37 (or 0xACAC37) is known color: Brass. HEX triplet: AC, AC and 37. RGB value is (172,172,55). Sum of RGB (Red+Green+Blue) = 172+172+55=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC37 is #5353C8. Grayscale: #9F9F9F. Windows color (decimal): -5460937 or 3648684. OLE color: 3648684.

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

Color convert

RGB 172 172 55 -
CMYK 0 0 0.68 0.33
HSL 60º 0.52% 0.45% -
HSV(B) 60º 0.68% 0.67% -
XYZ 32.46 38.55 9.35 -
YUV 158.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 172 172 55 0 0 0.68 0.33 60 0.52 0.45
Hex AC AC 37 0 0 44 21 3C 34 2D
Octal 254 254 67 0 0 104 41 74 64 55
Binary 10101100 10101100 110111 0 0 1000100 100001 111100 110100 101101

Color Harmonies of #ACAC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC37

Black with #ACAC37

Text Example


Text Example

White with #ACAC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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