Html Css Color HEX #ACB032 Brass

📋 copy color: '#ACB032'

red 172 ◦ green 176 ◦ blue 50

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

Shades of Brass #ACB032

Tints of Brass #ACB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

 BLUE value IS 50 (19.92% from 255) = 12.56%

R = 43.22%
G = 44.22%
B = 12.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#ACB032 (or 0xACB032) is known color: Brass. HEX triplet: AC, B0 and 32. RGB value is (172,176,50). Sum of RGB (Red+Green+Blue) = 172+176+50=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB032 is #534FCD. Grayscale: #A0A0A0. Windows color (decimal): -5459918 or 3322028. OLE color: 3322028.

HSL color Cylindrical-coordinate representation of color #ACB032: hue angle of 61.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB032 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 50 -
CMYK 0.02 0 0.72 0.31
HSL 61.9º 0.56% 0.44% -
HSV(B) 61.9º 0.72% 0.69% -
XYZ 33.11 40.05 9 -
YUV 160.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 172 176 50 0.02 0 0.72 0.31 61.9 0.56 0.44
Hex AC B0 32 2 0 48 1F 3E 38 2C
Octal 254 260 62 2 0 110 37 76 70 54
Binary 10101100 10110000 110010 10 0 1001000 11111 111110 111000 101100

Color Harmonies of #ACB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB032

Black with #ACB032

Text Example


Text Example

White with #ACB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB032; }

 p { color: rgb(172,176,50); }

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

background-color css

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

 a { background-color: rgb(172,176,50); }

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

border-color css

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

 span { border-color: rgb(172,176,50); }

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