Html Css Color HEX #ACA440 Brass

📋 copy color: '#ACA440'

red 172 ◦ green 164 ◦ blue 64

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

Shades of Brass #ACA440

Tints of Brass #ACA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16%

R = 43%
G = 41%
B = 16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ACA440 (or 0xACA440) is known color: Brass. HEX triplet: AC, A4 and 40. RGB value is (172,164,64). Sum of RGB (Red+Green+Blue) = 172+164+64=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA440 is #535BBF. Grayscale: #9B9B9B. Windows color (decimal): -5462976 or 4236460. OLE color: 4236460.

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

Color convert

RGB 172 164 64 -
CMYK 0 0.05 0.63 0.33
HSL 55.56º 0.46% 0.46% -
HSV(B) 55.56º 0.63% 0.67% -
XYZ 31.21 35.69 10.09 -
YUV 154.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 172 164 64 0 0.05 0.63 0.33 55.56 0.46 0.46
Hex AC A4 40 0 5 3F 21 38 2E 2E
Octal 254 244 100 0 5 77 41 70 56 56
Binary 10101100 10100100 1000000 0 101 111111 100001 111000 101110 101110

Color Harmonies of #ACA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA440

Black with #ACA440

Text Example


Text Example

White with #ACA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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