Html Css Color HEX #ACB033 Brass

📋 copy color: '#ACB033'

red 172 ◦ green 176 ◦ blue 51

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

Shades of Brass #ACB033

Tints of Brass #ACB033

RGB

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

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

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

R = 43.11%
G = 44.11%
B = 12.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#ACB033 (or 0xACB033) is known color: Brass. HEX triplet: AC, B0 and 33. RGB value is (172,176,51). Sum of RGB (Red+Green+Blue) = 172+176+51=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB033 is #534FCC. Grayscale: #A1A1A1. Windows color (decimal): -5459917 or 3387564. OLE color: 3387564.

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

Color convert

RGB 172 176 51 -
CMYK 0.02 0 0.71 0.31
HSL 61.92º 0.55% 0.45% -
HSV(B) 61.92º 0.71% 0.69% -
XYZ 33.14 40.06 9.12 -
YUV 160.55 66.17 136.16 -
System Red Green Blue C M Y K H S L
Decimal 172 176 51 0.02 0 0.71 0.31 61.92 0.55 0.45
Hex AC B0 33 2 0 47 1F 3E 37 2D
Octal 254 260 63 2 0 107 37 76 67 55
Binary 10101100 10110000 110011 10 0 1000111 11111 111110 110111 101101

Color Harmonies of #ACB033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB033

Black with #ACB033

Text Example


Text Example

White with #ACB033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB033; }

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

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

background-color css

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

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

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

border-color css

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

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

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