Html Css Color HEX #ACAC41 Brass

📋 copy color: '#ACAC41'

red 172 ◦ green 172 ◦ blue 65

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

Shades of Brass #ACAC41

Tints of Brass #ACAC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.89%

R = 42.05%
G = 42.05%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ACAC41 (or 0xACAC41) is known color: Brass. HEX triplet: AC, AC and 41. RGB value is (172,172,65). Sum of RGB (Red+Green+Blue) = 172+172+65=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC41 is #5353BE. Grayscale: #A0A0A0. Windows color (decimal): -5460927 or 4304044. OLE color: 4304044.

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

Color convert

RGB 172 172 65 -
CMYK 0 0 0.62 0.33
HSL 60º 0.45% 0.46% -
HSV(B) 60º 0.62% 0.67% -
XYZ 32.72 38.66 10.74 -
YUV 159.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 172 172 65 0 0 0.62 0.33 60 0.45 0.46
Hex AC AC 41 0 0 3E 21 3C 2D 2E
Octal 254 254 101 0 0 76 41 74 55 56
Binary 10101100 10101100 1000001 0 0 111110 100001 111100 101101 101110

Color Harmonies of #ACAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC41

Black with #ACAC41

Text Example


Text Example

White with #ACAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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