Html Css Color HEX #ACAC46 Brass

📋 copy color: '#ACAC46'

red 172 ◦ green 172 ◦ blue 70

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

Shades of Brass #ACAC46

Tints of Brass #ACAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 41.55%
G = 41.55%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ACAC46 (or 0xACAC46) is known color: Brass. HEX triplet: AC, AC and 46. RGB value is (172,172,70). Sum of RGB (Red+Green+Blue) = 172+172+70=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC46 is #5353B9. Grayscale: #A0A0A0. Windows color (decimal): -5460922 or 4631724. OLE color: 4631724.

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

Color convert

RGB 172 172 70 -
CMYK 0 0 0.59 0.33
HSL 60º 0.42% 0.47% -
HSV(B) 60º 0.59% 0.67% -
XYZ 32.87 38.72 11.54 -
YUV 160.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 172 172 70 0 0 0.59 0.33 60 0.42 0.47
Hex AC AC 46 0 0 3B 21 3C 2A 2F
Octal 254 254 106 0 0 73 41 74 52 57
Binary 10101100 10101100 1000110 0 0 111011 100001 111100 101010 101111

Color Harmonies of #ACAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC46

Black with #ACAC46

Text Example


Text Example

White with #ACAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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