Html Css Color HEX #ACAA42 Brass

📋 copy color: '#ACAA42'

red 172 ◦ green 170 ◦ blue 66

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

Shades of Brass #ACAA42

Tints of Brass #ACAA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 42.16%
G = 41.67%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ACAA42 (or 0xACAA42) is known color: Brass. HEX triplet: AC, AA and 42. RGB value is (172,170,66). Sum of RGB (Red+Green+Blue) = 172+170+66=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA42 is #5355BD. Grayscale: #9F9F9F. Windows color (decimal): -5461438 or 4369068. OLE color: 4369068.

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

Color convert

RGB 172 170 66 -
CMYK 0 0.01 0.62 0.33
HSL 58.87º 0.45% 0.47% -
HSV(B) 58.87º 0.62% 0.67% -
XYZ 32.37 37.91 10.77 -
YUV 158.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 172 170 66 0 0.01 0.62 0.33 58.87 0.45 0.47
Hex AC AA 42 0 1 3E 21 3B 2D 2F
Octal 254 252 102 0 1 76 41 73 55 57
Binary 10101100 10101010 1000010 0 1 111110 100001 111011 101101 101111

Color Harmonies of #ACAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA42

Black with #ACAA42

Text Example


Text Example

White with #ACAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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