Html Css Color HEX #ACA333 Brass

📋 copy color: '#ACA333'

red 172 ◦ green 163 ◦ blue 51

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

Shades of Brass #ACA333

Tints of Brass #ACA333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

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

R = 44.56%
G = 42.23%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ACA333 (or 0xACA333) is known color: Brass. HEX triplet: AC, A3 and 33. RGB value is (172,163,51). Sum of RGB (Red+Green+Blue) = 172+163+51=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA333 is #535CCC. Grayscale: #999999. Windows color (decimal): -5463245 or 3384236. OLE color: 3384236.

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

Color convert

RGB 172 163 51 -
CMYK 0 0.05 0.70 0.33
HSL 55.54º 0.54% 0.44% -
HSV(B) 55.54º 0.7% 0.67% -
XYZ 30.71 35.2 8.31 -
YUV 152.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 172 163 51 0 0.05 0.70 0.33 55.54 0.54 0.44
Hex AC A3 33 0 5 46 21 38 36 2C
Octal 254 243 63 0 5 106 41 70 66 54
Binary 10101100 10100011 110011 0 101 1000110 100001 111000 110110 101100

Color Harmonies of #ACA333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA333

Black with #ACA333

Text Example


Text Example

White with #ACA333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA333; }

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

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

background-color css

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

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

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

border-color css

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

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

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