Html Css Color HEX #ACA449 Brass

📋 copy color: '#ACA449'

red 172 ◦ green 164 ◦ blue 73

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

Shades of Brass #ACA449

Tints of Brass #ACA449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 42.05%
G = 40.1%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ACA449 (or 0xACA449) is known color: Brass. HEX triplet: AC, A4 and 49. RGB value is (172,164,73). Sum of RGB (Red+Green+Blue) = 172+164+73=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA449 is #535BB6. Grayscale: #9C9C9C. Windows color (decimal): -5462967 or 4826284. OLE color: 4826284.

HSL color Cylindrical-coordinate representation of color #ACA449: hue angle of 55.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACA449 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 164 73 -
CMYK 0 0.05 0.58 0.33
HSL 55.15º 0.4% 0.48% -
HSV(B) 55.15º 0.58% 0.67% -
XYZ 31.49 35.8 11.55 -
YUV 156.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 172 164 73 0 0.05 0.58 0.33 55.15 0.4 0.48
Hex AC A4 49 0 5 3A 21 37 28 30
Octal 254 244 111 0 5 72 41 67 50 60
Binary 10101100 10100100 1001001 0 101 111010 100001 110111 101000 110000

Color Harmonies of #ACA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA449

Black with #ACA449

Text Example


Text Example

White with #ACA449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA449; }

 p { color: rgb(172,164,73); }

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

background-color css

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

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

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

border-color css

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

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

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