Html Css Color HEX #ACA144 Brass

📋 copy color: '#ACA144'

red 172 ◦ green 161 ◦ blue 68

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

Shades of Brass #ACA144

Tints of Brass #ACA144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

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

R = 42.89%
G = 40.15%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ACA144 (or 0xACA144) is known color: Brass. HEX triplet: AC, A1 and 44. RGB value is (172,161,68). Sum of RGB (Red+Green+Blue) = 172+161+68=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA144 is #535EBB. Grayscale: #9A9A9A. Windows color (decimal): -5463740 or 4497836. OLE color: 4497836.

HSL color Cylindrical-coordinate representation of color #ACA144: hue angle of 53.65º 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 #ACA144 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 161 68 -
CMYK 0 0.06 0.60 0.33
HSL 53.65º 0.43% 0.47% -
HSV(B) 53.65º 0.6% 0.67% -
XYZ 30.8 34.68 10.54 -
YUV 153.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 172 161 68 0 0.06 0.60 0.33 53.65 0.43 0.47
Hex AC A1 44 0 6 3C 21 36 2B 2F
Octal 254 241 104 0 6 74 41 66 53 57
Binary 10101100 10100001 1000100 0 110 111100 100001 110110 101011 101111

Color Harmonies of #ACA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA144

Black with #ACA144

Text Example


Text Example

White with #ACA144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA144; }

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

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

background-color css

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

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

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

border-color css

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

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

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