Html Css Color HEX #ACAC43 Brass

📋 copy color: '#ACAC43'

red 172 ◦ green 172 ◦ blue 67

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

Shades of Brass #ACAC43

Tints of Brass #ACAC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.3%

R = 41.85%
G = 41.85%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ACAC43 (or 0xACAC43) is known color: Brass. HEX triplet: AC, AC and 43. RGB value is (172,172,67). Sum of RGB (Red+Green+Blue) = 172+172+67=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC43 is #5353BC. Grayscale: #A0A0A0. Windows color (decimal): -5460925 or 4435116. OLE color: 4435116.

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

Color convert

RGB 172 172 67 -
CMYK 0 0 0.61 0.33
HSL 60º 0.44% 0.47% -
HSV(B) 60º 0.61% 0.67% -
XYZ 32.78 38.68 11.05 -
YUV 160.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 172 172 67 0 0 0.61 0.33 60 0.44 0.47
Hex AC AC 43 0 0 3D 21 3C 2C 2F
Octal 254 254 103 0 0 75 41 74 54 57
Binary 10101100 10101100 1000011 0 0 111101 100001 111100 101100 101111

Color Harmonies of #ACAC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC43

Black with #ACAC43

Text Example


Text Example

White with #ACAC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC43; }

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

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

background-color css

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

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

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

border-color css

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

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

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