Html Css Color HEX #ACAA33 Brass

📋 copy color: '#ACAA33'

red 172 ◦ green 170 ◦ blue 51

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

Shades of Brass #ACAA33

Tints of Brass #ACAA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.98%

R = 43.77%
G = 43.26%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ACAA33 (or 0xACAA33) is known color: Brass. HEX triplet: AC, AA and 33. RGB value is (172,170,51). Sum of RGB (Red+Green+Blue) = 172+170+51=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA33 is #5355CC. Grayscale: #9D9D9D. Windows color (decimal): -5461453 or 3386028. OLE color: 3386028.

HSL color Cylindrical-coordinate representation of color #ACAA33: hue angle of 59.01º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACAA33 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 51 -
CMYK 0 0.01 0.70 0.33
HSL 59.01º 0.54% 0.44% -
HSV(B) 59.01º 0.7% 0.67% -
XYZ 31.99 37.76 8.73 -
YUV 157.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 172 170 51 0 0.01 0.70 0.33 59.01 0.54 0.44
Hex AC AA 33 0 1 46 21 3B 36 2C
Octal 254 252 63 0 1 106 41 73 66 54
Binary 10101100 10101010 110011 0 1 1000110 100001 111011 110110 101100

Color Harmonies of #ACAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA33

Black with #ACAA33

Text Example


Text Example

White with #ACAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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