Html Css Color HEX #ACAA44 Brass

📋 copy color: '#ACAA44'

red 172 ◦ green 170 ◦ blue 68

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

Shades of Brass #ACAA44

Tints of Brass #ACAA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 41.95%
G = 41.46%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ACAA44 (or 0xACAA44) is known color: Brass. HEX triplet: AC, AA and 44. RGB value is (172,170,68). Sum of RGB (Red+Green+Blue) = 172+170+68=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA44 is #5355BB. Grayscale: #9F9F9F. Windows color (decimal): -5461436 or 4500140. OLE color: 4500140.

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

Color convert

RGB 172 170 68 -
CMYK 0 0.01 0.60 0.33
HSL 58.85º 0.43% 0.47% -
HSV(B) 58.85º 0.6% 0.67% -
XYZ 32.43 37.94 11.08 -
YUV 158.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 172 170 68 0 0.01 0.60 0.33 58.85 0.43 0.47
Hex AC AA 44 0 1 3C 21 3B 2B 2F
Octal 254 252 104 0 1 74 41 73 53 57
Binary 10101100 10101010 1000100 0 1 111100 100001 111011 101011 101111

Color Harmonies of #ACAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA44

Black with #ACAA44

Text Example


Text Example

White with #ACAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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