Html Css Color HEX #ACAC44 Brass

📋 copy color: '#ACAC44'

red 172 ◦ green 172 ◦ blue 68

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

Shades of Brass #ACAC44

Tints of Brass #ACAC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.5%

R = 41.75%
G = 41.75%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ACAC44 (or 0xACAC44) is known color: Brass. HEX triplet: AC, AC and 44. RGB value is (172,172,68). Sum of RGB (Red+Green+Blue) = 172+172+68=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC44 is #5353BB. Grayscale: #A0A0A0. Windows color (decimal): -5460924 or 4500652. OLE color: 4500652.

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

Color convert

RGB 172 172 68 -
CMYK 0 0 0.60 0.33
HSL 60º 0.43% 0.47% -
HSV(B) 60º 0.6% 0.67% -
XYZ 32.81 38.69 11.21 -
YUV 160.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 172 172 68 0 0 0.60 0.33 60 0.43 0.47
Hex AC AC 44 0 0 3C 21 3C 2B 2F
Octal 254 254 104 0 0 74 41 74 53 57
Binary 10101100 10101100 1000100 0 0 111100 100001 111100 101011 101111

Color Harmonies of #ACAC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC44

Black with #ACAC44

Text Example


Text Example

White with #ACAC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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