Html Css Color HEX #ACA833 Brass

📋 copy color: '#ACA833'

red 172 ◦ green 168 ◦ blue 51

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

Shades of Brass #ACA833

Tints of Brass #ACA833

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

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

R = 43.99%
G = 42.97%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#ACA833 (or 0xACA833) is known color: Brass. HEX triplet: AC, A8 and 33. RGB value is (172,168,51). Sum of RGB (Red+Green+Blue) = 172+168+51=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA833 is #5357CC. Grayscale: #9C9C9C. Windows color (decimal): -5461965 or 3385516. OLE color: 3385516.

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

Color convert

RGB 172 168 51 -
CMYK 0 0.02 0.70 0.33
HSL 58.02º 0.54% 0.44% -
HSV(B) 58.02º 0.7% 0.67% -
XYZ 31.61 37.01 8.61 -
YUV 155.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 172 168 51 0 0.02 0.70 0.33 58.02 0.54 0.44
Hex AC A8 33 0 2 46 21 3A 36 2C
Octal 254 250 63 0 2 106 41 72 66 54
Binary 10101100 10101000 110011 0 10 1000110 100001 111010 110110 101100

Color Harmonies of #ACA833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA833

Black with #ACA833

Text Example


Text Example

White with #ACA833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA833; }

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

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

background-color css

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

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

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

border-color css

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

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

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